Skip to content
Snippets Groups Projects
Commit 953086eb authored by Peters, Wouter's avatar Peters, Wouter
Browse files

istart needs to be propagated between sample steps

parent b704e819
No related branches found
No related tags found
No related merge requests found
......@@ -338,7 +338,9 @@ def DaInitialize(rc_da_shell):
'savedir' : rc_da_shell['dir.save'] ,
'das.input.dir' : rc_da_shell['dir.input']
}
if rc_da_shell['time.restart'] == True: NewItems['istart'] = 3
if rc_da_shell['time.restart'] or rc_da_shell['time.sample.start'] != rc_da_shell['time.start']:
NewItems['istart'] = 3
Tm5Model.ModifyRC(NewItems)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment