alignment fixes in src_MD COMMONs
authorDawid Jagiela <lightnir@chem.univ.gda.pl>
Mon, 5 Nov 2012 10:07:57 +0000 (11:07 +0100)
committerDawid Jagiela <lightnir@chem.univ.gda.pl>
Mon, 5 Nov 2012 10:07:57 +0000 (11:07 +0100)
source/unres/src_MD/COMMON.MD
source/unres/src_MD/COMMON.SCCOR

index 6ce6a3f..40131bd 100644 (file)
@@ -74,4 +74,4 @@
      &                    nresn,nyosh,nnos,xiresp
       integer hmc,hmc_acc
       double precision dc_hmc,hmc_etot,totThmc
-      common /hmc_md/ dc_hmc(3,0:maxres2),hmc_etot,hmc,totThmc,hmc_acc
+      common /hmc_md/ dc_hmc(3,0:maxres2),hmc_etot,totThmc,hmc,hmc_acc
index ccfe0c4..5cd3fde 100644 (file)
@@ -6,11 +6,12 @@ cc Parameters of the SCCOR term
       integer nterm_sccor,isccortyp,nsccortyp,nlor_sccor
       common/sccor/v1sccor(maxterm_sccor,3,20,20),
      &    v2sccor(maxterm_sccor,3,20,20),
-     &    v0sccor(ntyp,ntyp),
-     &    nterm_sccor(ntyp,ntyp),isccortyp(ntyp),nsccortyp,
-     &    nlor_sccor(ntyp,ntyp),vlor1sccor(maxterm_sccor,20,20),
+     &    vlor1sccor(maxterm_sccor,20,20),
      &    vlor2sccor(maxterm_sccor,20,20),
      &    vlor3sccor(maxterm_sccor,20,20),gloc_sc(3,0:maxres2,10),
+     &    v0sccor(ntyp,ntyp),
+     &    nterm_sccor(ntyp,ntyp),isccortyp(ntyp),nsccortyp,
+     &    nlor_sccor(ntyp,ntyp),
      &    dcostau(3,3,3,maxres2),dsintau(3,3,3,maxres2),
      &    dtauangle(3,3,3,maxres2),dcosomicron(3,3,3,maxres2),
      &    domicron(3,3,3,maxres2)