Correction of D-AA to parmread
[unres.git] / source / unres / src_MD-M / COMMON.SHIELD
index 7974844..2ead23e 100644 (file)
@@ -1,9 +1,17 @@
        double precision VSolvSphere,VSolvSphere_div,long_r_sidechain,
-     & short_r_sidechain,fac_shield            
-       integer  ishield_list,shield_list
-       common /shield/ VSolvSphere,VSolvSphere_div,
-     & long_r_sidechain(ntyp),
-     & short_r_sidechain(ntyp),fac_shield(maxres),
-     & ishield_list(maxres),shield_list(maxres)
+     & short_r_sidechain,fac_shield,grad_shield_side,grad_shield,
+     & buff_shield,wshield,lipscale,sslipi,sslipj,
+     & ssgradlipi,ssgradlipj
+       integer  ishield_list,shield_list,ees0plist
+       common /shield/ VSolvSphere,VSolvSphere_div,buff_shield,
+     & long_r_sidechain(ntyp),sslipi,sslipj,
+     & ssgradlipi,ssgradlipj,
+     & short_r_sidechain(ntyp),fac_shield(maxres),wshield,
+     & grad_shield_side(3,maxcontsshi,-1:maxres),
+     &  grad_shield(3,-1:maxres),
+     &  grad_shield_loc(3,maxcontsshi,-1:maxres),lipscale,
+     & ishield_list(maxres),shield_list(maxcontsshi,maxres),
+     & ees0plist(maxconts,maxres)
+