From 21254678bfd7c4effcc354155b7eaf6337cbe2cf Mon Sep 17 00:00:00 2001 From: Adam Sieradzan Date: Sat, 23 May 2015 11:56:20 +0200 Subject: [PATCH] Change in line of dyn_ss --- source/wham/src-M/readrtns.F | 1 + 1 file changed, 1 insertion(+) 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------------------------------------------------------------------------------ -- 1.7.9.5