This commit is contained in:
gac-x11ma
2020-01-15 15:51:20 +01:00
parent 8cf5c6ac04
commit 18651956c8
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,2 +1,2 @@
#Wed Jan 15 15:13:39 CET 2020
FileSequentialNumber=186
#Wed Jan 15 15:42:11 CET 2020
FileSequentialNumber=194
+1 -1
View File
@@ -173,7 +173,7 @@ def change_energy(v):
def save_image_file(frame, cycle=-1, frame_index=0):
if SHOW_IMAGES:
if SHOW_IMAGES:
plot(frame.matrix, name = get_image_file_name(cycle, frame_index, True))
if AUTO_SAVE and (frame is not None):
filename = get_image_file_name(cycle, frame_index)