X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Funres%2Fsrc-HCD-5D%2Fgeomout.F;fp=source%2Funres%2Fsrc-HCD-5D%2Fgeomout.F;h=d1a3a87a5bc0a1bf46a91fe210ac852d247659cf;hb=5aac27f7c6317fa0975184363614b42716034716;hp=dd45a7d204a4aa5aa1e8b2e95738ce32023908e7;hpb=fd10e81284102e5a8466e05c87f0202979a2f00b;p=unres.git diff --git a/source/unres/src-HCD-5D/geomout.F b/source/unres/src-HCD-5D/geomout.F index dd45a7d..d1a3a87 100644 --- a/source/unres/src-HCD-5D/geomout.F +++ b/source/unres/src-HCD-5D/geomout.F @@ -224,11 +224,11 @@ c------------------------------------------------------------------------ include 'COMMON.TORSION' integer i,iti write (iout,'(/a)') 'Geometry of the virtual chain.' - write (iout,'(7a)') ' Res ',' d',' Theta', + write (iout,'(7a)') ' Res ',' d',' Theta', & ' Phi',' Dsc',' Alpha',' Omega' do i=1,nres iti=itype(i) - write (iout,'(a3,i4,6f10.3)') restyp(iti),i,vbld(i), + write (iout,'(a3,i5,6f10.3)') restyp(iti),i,vbld(i), & rad2deg*theta(i),rad2deg*phi(i),vbld(nres+i),rad2deg*alph(i), & rad2deg*omeg(i) enddo