X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=django_simple%2Ftodo%2Fjobfiles.py;h=af0b2c42f799760e47c43626f89ae08e78c21e59;hb=3cd10cb73439c774e87c98f6873b12eff8109ffa;hp=a569298178995ed94b96e93d0f4127a1f93665a5;hpb=e7ce5a8738d19336986d61d52a8080fe7cb3eefb;p=django_unres.git diff --git a/django_simple/todo/jobfiles.py b/django_simple/todo/jobfiles.py index a569298..af0b2c4 100644 --- a/django_simple/todo/jobfiles.py +++ b/django_simple/todo/jobfiles.py @@ -231,7 +231,7 @@ CUTOFF=7.00000 WCORR4=0.00000 f1 = open('../files/pbs_md_new.csh', 'r') f2 = open('pbs.csh', 'w') for line in f1: - f2.write(line.replace('$dimen3',str(dimen3) )) + f2.write(line.replace('$dimen3',str(dimen3)+' '+str(instance.md_temp) )) f1.close() f2.close()