1 double precision dcdv,dxdv,dxds,gradx,gradc,gvdwc,gelc,gelc_long
2 & gvdwpp,gel_loc,gel_loc_long,gvdwc_scpp,gliptranc,gliptranx,
3 & gradx_scp,gvdwc_scp,ghpbx,ghpbc,gloc,gloc_x,dtheta,dphi,dalpha,
4 & domega,gscloc,gsclocx,gradcorr,gradcorr_long,gradcorr5_long,
5 & gradcorr6_long,gcorr6_turn_long,gvdwx
7 common /derivat/ dcdv(6,maxdim),dxdv(6,maxdim),dxds(6,maxres),
8 & gradx(3,-1:maxres,2),gradc(3,-1:maxres,2),gvdwx(3,-1:maxres),
9 & gvdwc(3,-1:maxres),gelc(3,-1:maxres),gelc_long(3,-1:maxres),
10 & gvdwpp(3,-1:maxres),gvdwc_scpp(3,-1:maxres),
11 & gliptranc(3,-1:maxres),
12 & gliptranx(3,-1:maxres),
13 & gradafm(3,-1:maxres),
14 & gradx_scp(3,-1:maxres),gvdwc_scp(3,-1:maxres),
16 & ghpbc(3,-1:maxres),gloc(maxvar,2),gradcorr(3,-1:maxres),
17 & gradcorr_long(3,-1:maxres),gradcorr5_long(3,-1:maxres),
18 & gradcorr6_long(3,-1:maxres),gcorr6_turn_long(3,-1:maxres),
19 & gradxorr(3,-1:maxres),gradcorr5(3,-1:maxres),
20 & gradcorr6(3,-1:maxres),
21 & gloc_x(maxvar,2),gel_loc(3,-1:maxres),gel_loc_long(3,-1:maxres),
22 & gcorr3_turn(3,-1:maxres),
23 & gcorr4_turn(3,-1:maxres),gcorr6_turn(3,-1:maxres),
25 & gradbx(3,-1:maxres),gel_loc_loc(maxvar),gel_loc_turn3(maxvar),
26 & gel_loc_turn4(maxvar),gel_loc_turn6(maxvar),
28 & g_corr5_loc(maxvar),g_corr6_loc(maxvar),gsccorc(3,-1:maxres),
29 & gsccorx(3,-1:maxres),gsccor_loc(-1:maxres),
30 & dtheta(3,2,-1:maxres),
31 & gscloc(3,-1:maxres),gsclocx(3,-1:maxres),
32 & dphi(3,3,-1:maxres),dalpha(3,3,-1:maxres),domega(3,3,-1:maxres),
35 double precision derx,derx_turn
36 common /deriv_loc/ derx(3,5,2),derx_turn(3,5,2)
37 double precision dXX_C1tab(3,maxres),dYY_C1tab(3,maxres),
38 & dZZ_C1tab(3,maxres),dXX_Ctab(3,maxres),dYY_Ctab(3,maxres),
39 & dZZ_Ctab(3,maxres),dXX_XYZtab(3,maxres),dYY_XYZtab(3,maxres),
40 & dZZ_XYZtab(3,maxres)
41 common /deriv_scloc/ dXX_C1tab,dYY_C1tab,dZZ_C1tab,dXX_Ctab,
42 & dYY_Ctab,dZZ_Ctab,dXX_XYZtab,dYY_XYZtab,dZZ_XYZtab
43 integer igrad_start,igrad_end,jgrad_start(maxres),
45 common /mpgrad/ igrad_start,igrad_end,jgrad_start,jgrad_end