xdrf2pdb-M.F: corrected order of reading
authorAdam Liwo <adam@chem.univ.gda.pl>
Wed, 21 Mar 2012 13:08:53 +0000 (14:08 +0100)
committerAdam Liwo <adam@chem.univ.gda.pl>
Wed, 21 Mar 2012 13:08:53 +0000 (14:08 +0100)
source/xdrfpdb/src/xdrf2pdb-m.F

index 0016d40..6a116ee 100644 (file)
        kk = kk + 1
        call xdrffloat(ixdrf, potE, iret)
        call xdrffloat(ixdrf, uconst, iret)
+       call xdrffloat(ixdrf, t_bath, iret)
 #ifdef NEWUNRES
        call xdrffloat(ixdrf, uconst_back, iret)
 #endif
-       call xdrffloat(ixdrf, t_bath, iret)
        call xdrfint(ixdrf, nss, iret) 
        do j=1,nss
         call xdrfint(ixdrf, ihpb(j), iret)