- fixed heatrate not being saved

git-svn-id: http://moon:8086/svn/projects/HendiControl@246 fda53097-d464-4ada-af97-ba876c37ca34
This commit is contained in:
2019-04-15 21:06:24 +00:00
parent d227fbddf7
commit 3850b08a04
+1 -1
View File
@@ -20,7 +20,7 @@ def results_plot(self):
v3 = self.power_v[n]
v4 = self.error_v[n]
v5 = self.heatrate_k_v[n]
fp.write("{:6.3f} {:6.3f} {:6.3f} {:6.3f} {:6.3f}\n".format(d, v1, v2, v3, v4, v5))
fp.write("{:6.3f} {:6.3f} {:6.3f} {:6.3f} {:6.3f} {:6.3f}\n".format(d, v1, v2, v3, v4, v5))
fp.close()
figure(1)