1st running version of UNRES HM by FP and AL
[unres.git] / source / unres / src_MD / COMMON.SCCOR
index 5cd3fde..8de6d3c 100644 (file)
@@ -2,7 +2,7 @@ cc Parameters of the SCCOR term
       double precision v1sccor,v2sccor,vlor1sccor,
      &                 vlor2sccor,vlor3sccor,gloc_sc,
      &                 dcostau,dsintau,dtauangle,dcosomicron,
-     &                 domicron
+     &                 domicron,v0sccor
       integer nterm_sccor,isccortyp,nsccortyp,nlor_sccor
       common/sccor/v1sccor(maxterm_sccor,3,20,20),
      &    v2sccor(maxterm_sccor,3,20,20),
@@ -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)