From 02b71500770d343ae340160c84e2e4a10088b5cc Mon Sep 17 00:00:00 2001 From: Adam Liwo Date: Wed, 21 Mar 2012 14:08:53 +0100 Subject: [PATCH] xdrf2pdb-M.F: corrected order of reading --- source/xdrfpdb/src/xdrf2pdb-m.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/xdrfpdb/src/xdrf2pdb-m.F b/source/xdrfpdb/src/xdrf2pdb-m.F index 0016d40..6a116ee 100644 --- a/source/xdrfpdb/src/xdrf2pdb-m.F +++ b/source/xdrfpdb/src/xdrf2pdb-m.F @@ -103,10 +103,10 @@ 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) -- 1.7.9.5