Skip to content

Commit 9223dde

Browse files
committed
Make 'stop 'False' by default
1 parent b870a57 commit 9223dde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymol_plugin_dynamics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ class SimulationParameters:
180180
gmx_output = ""
181181
gmx_input = ""
182182
vectors_prody = False
183-
stop = True
183+
stop = False
184184
project_name = "nothing"
185185
progress = ""
186186
em_file = ""

0 commit comments

Comments
 (0)