From: Adam Sieradzan Date: Sat, 23 May 2015 09:56:20 +0000 (+0200) Subject: Change in line of dyn_ss X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?p=unres.git;a=commitdiff_plain;h=21254678bfd7c4effcc354155b7eaf6337cbe2cf Change in line of dyn_ss --- diff --git a/source/wham/src-M/readrtns.F b/source/wham/src-M/readrtns.F index ded6c92..b0b329c 100644 --- a/source/wham/src-M/readrtns.F +++ b/source/wham/src-M/readrtns.F @@ -91,6 +91,7 @@ with_dihed_constr = index(controlcard,"WITH_DIHED_CONSTR").gt.0 write (iout,*) "with_dihed_constr ",with_dihed_constr call readi(controlcard,'CONSTR_DIST',constr_dist,0) + dyn_ss=index(controlcard,"DYN_SS").gt.0 return end c------------------------------------------------------------------------------