Merge branch 'prerelease-3.2.1' into czarek
[unres.git] / source / wham / src / molread_zs.F
index 431680d..6e0727f 100644 (file)
@@ -204,6 +204,25 @@ C bridging residues.
         enddo
       endif
       endif
+      if (ns.gt.0.and.dyn_ss) then
+C /06/28/2013 Adasko:ns is number of Cysteins bonded also called half of
+C the bond
+          do i=nss+1,nhpb
+C /06/28/2013 Adasko: nss number of full SS bonds
+            ihpb(i-nss)=ihpb(i)
+            jhpb(i-nss)=jhpb(i)
+            forcon(i-nss)=forcon(i)
+            dhpb(i-nss)=dhpb(i)
+          enddo
+          nhpb=nhpb-nss
+          nss=0
+          call hpb_partition
+          do i=1,ns
+            dyn_ss_mask(iss(i))=.true.
+C /06/28/2013 Adasko: dyn_ss_mask which Cysteins can form disulfidebond
+c          write(iout,*) i,iss(i),dyn_ss_mask(iss(i)),"ATU"
+          enddo
+      endif
       return
       end
 c------------------------------------------------------------------------------