bug fix in energy src_MD-M
[unres.git] / source / unres / src_MD-M / COMMON.SCCOR
index e29cb4c..b3e6a6d 100644 (file)
@@ -2,17 +2,17 @@ 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,-ntyp:ntyp,-ntyp:ntyp),
      &    v2sccor(maxterm_sccor,3,-ntyp:ntyp,-ntyp:ntyp),
-     &    v0sccor(maxterm_sccor,-ntyp:ntyp),
+     &    v0sccor(maxterm_sccor,-ntyp:ntyp,-ntyp:ntyp),
      &    nterm_sccor(-ntyp:ntyp,-ntyp:ntyp),isccortyp(-ntyp:ntyp),
      &    nsccortyp,
      &    nlor_sccor(-ntyp:ntyp,-ntyp:ntyp),
      &    vlor1sccor(maxterm_sccor,20,20),
      &    vlor2sccor(maxterm_sccor,20,20),
-     &    vlor3sccor(maxterm_sccor,20,20),gloc_sc(3,0:maxres2,10),
+     &    vlor3sccor(maxterm_sccor,20,20),gloc_sc(3,-1:maxres2,10),
      &    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)