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

index 5cd3fde..395e4e2 100644 (file)
@@ -10,8 +10,8 @@ cc Parameters of the SCCOR term
      &    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)
+     &    domicron(3,3,3,maxres2),
+     &    nterm_sccor(ntyp,ntyp),isccortyp(ntyp),nsccortyp,
+     &    nlor_sccor(ntyp,ntyp)