X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;ds=sidebyside;f=source%2Fxdrfpdb%2Fsrc-M%2Fxdrf2pdb-m.F;h=24be584fa1bf23894e75624bcac9657cc0231813;hb=f993ab6738b32897a396baeb156285885fddc002;hp=ec14da2183ab9ab3af6872babb1afd66ded0229e;hpb=c8c1a6e18b5eae6bac811020e612881e5f065249;p=unres.git diff --git a/source/xdrfpdb/src-M/xdrf2pdb-m.F b/source/xdrfpdb/src-M/xdrf2pdb-m.F index ec14da2..24be584 100644 --- a/source/xdrfpdb/src-M/xdrf2pdb-m.F +++ b/source/xdrfpdb/src-M/xdrf2pdb-m.F @@ -97,9 +97,9 @@ c print *,"ifreq",ifreq," ntraj",ntraj," itraj",itraj kk = kk + 1 call xdrffloat(ixdrf, potE, iret) call xdrffloat(ixdrf, uconst, iret) -#ifdef NEWUNRES - call xdrffloat(ixdrf, uconst_back, iret) -#endif +c#ifdef NEWUNRES +c call xdrffloat(ixdrf, uconst_back, iret) +c#endif call xdrffloat(ixdrf, t_bath, iret) call xdrfint(ixdrf, nss, iret) do j=1,nss @@ -107,11 +107,12 @@ c print *,"ifreq",ifreq," ntraj",ntraj," itraj",itraj call xdrfint(ixdrf, jhpb(j), iret) enddo call xdrfint(ixdrf, nfrag, iret) + call xdrfint(ixdrf, iset, iret) do i=1,nfrag call xdrffloat(ixdrf, qfrag(i), iret) enddo prec=10000.0 - +c print *,'nss=',nss,'nfrag=',nfrag,'iset=',iset isize=0 call xdrf3dfcoord(ixdrf, coord, isize, prec, iret) @@ -137,7 +138,8 @@ c write (*,'(8f10.5)') ((coord(k,j),k=1,3),j=1,isize) enddo enddo etot=potE - write (tytul,'(a,i6)') "Structure",kk + write (tytul,'(a1,i6,a8,f6.1,a6,f10.1)') "#",kk," t_bath ", + & t_bath, " time ",time call pdbout(etot,tytul,9) endif enddo