X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Fxdrfpdb%2Fsrc-M%2Fgeomout.F;h=e356fd2000ec097100e55a283707dafaced0d651;hb=2900dbb2e7e1c992d8603e52c0d080ee009318c2;hp=e8101a2f303f32aae05721f7d1b3dd6b179d325c;hpb=0a0b19df2e0f4d0081a0df1b16ff63950010daa5;p=unres.git diff --git a/source/xdrfpdb/src-M/geomout.F b/source/xdrfpdb/src-M/geomout.F index e8101a2..e356fd2 100644 --- a/source/xdrfpdb/src-M/geomout.F +++ b/source/xdrfpdb/src-M/geomout.F @@ -94,7 +94,7 @@ c endif iatom=iatom+1 ica(i)=iatom iti=itype(i) - if (iti.eq.21) then + if (iti.eq.ntyp1) then ichain=ichain+1 ires=0 write (iunit,'(a)') 'TER' @@ -114,12 +114,12 @@ c endif enddo write (iunit,'(a)') 'TER' do i=nnt,nct-1 - if (itype(i).eq.21) cycle - if (itype(i).eq.10 .and. itype(i+1).ne.21) then + if (itype(i).eq.ntyp1) cycle + if (itype(i).eq.10 .and. itype(i+1).ne.ntyp1) then write (iunit,30) ica(i),ica(i+1) - else if (itype(i).ne.10 .and. itype(i+1).ne.21) then + else if (itype(i).ne.10 .and. itype(i+1).ne.ntyp1) then write (iunit,30) ica(i),ica(i+1),ica(i)+1 - else if (itype(i).ne.10 .and. itype(i+1).eq.21) then + else if (itype(i).ne.10 .and. itype(i+1).eq.ntyp1) then write (iunit,30) ica(i),ica(i)+1 endif enddo