- 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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user