X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Fcluster%2Fwham%2Fsrc-HCD%2Fgeomout.F;h=d513764f154dbc30d46a840a1c57c751d99869d9;hb=809cbbbaf17b645d881fe5c61387d09109acdf19;hp=be436869bee24768aee4a207e0bfc23adee0b37e;hpb=ae315105cef83bbcab70e2778ef92459690ee784;p=unres.git diff --git a/source/cluster/wham/src-HCD/geomout.F b/source/cluster/wham/src-HCD/geomout.F index be43686..d513764 100644 --- a/source/cluster/wham/src-HCD/geomout.F +++ b/source/cluster/wham/src-HCD/geomout.F @@ -10,10 +10,22 @@ include 'COMMON.SBRIDGE' include 'COMMON.TEMPFAC' character*50 tytul - character*1 chainid(10) /'A','B','C','D','E','F','G','H','I','J'/ dimension ica(maxres) + character*1 chainid(32) /'A','B','C','D','E','F','G','H','I','J', + & 'K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z', + & '1','2','3','4','5','6'/ write (ipdb,'(3a,1pe15.5,a,0pf7.2)') 'REMARK ',tytul(:20), & ' ENERGY ',etot,' RMS ',rmsd + do i=1,nss + ici=ireschain(ihpb(i)-nres) + icj=ireschain(jhpb(i)-nres) + iri=ihpb(i)-chain_border(1,ici)+1-nres + irj=jhpb(i)-chain_border(1,icj)+1-nres +c write (iout,*) ihpb(i),ici,iri,jhpb(i),icj,irj + write(ipdb,'(a6,i4,1x,a3,1x,a1,i5,4x,a3,1x,a1,i5,38x,f5.2)') + & 'SSBOND',i,'CYS',chainid(ici),iri,'CYS',chainid(icj),irj, + & dist(ihpb(i),jhpb(i)) + enddo iatom=0 ichain=1 ires=0