X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Funres%2Fsrc_CSA%2Freadpdb.F;h=69ec3e136181725ae8b27745c8c141829c8562f0;hb=ff73ddbe323f5af85e31af14caa0ee6fc162a94a;hp=dacd12d2f2b29a8aa6975739283bb4f7e2755e09;hpb=478a9d9a1c99eb3f4bc4ca676ff3162bdd01d633;p=unres.git diff --git a/source/unres/src_CSA/readpdb.F b/source/unres/src_CSA/readpdb.F index dacd12d..69ec3e1 100644 --- a/source/unres/src_CSA/readpdb.F +++ b/source/unres/src_CSA/readpdb.F @@ -258,6 +258,9 @@ c endif enddo iti=itype(i) di=dist(i,nres+i) +C 10/03/12 Adam: Correction for zero SC-SC bond length + if (itype(i).ne.10 .and. itype(i).ne.21. and. di.eq.0.0d0) + & di=dsc(itype(i)) vbld(i+nres)=di if (itype(i).ne.10) then vbld_inv(i+nres)=1.0d0/di