update new files
[unres.git] / source / maxlik / src_FPy / COMMON.WEIGHTS
1       double precision ww,ww0,ww_low,ww_up,ww_orig,ww_oorig,x_orig,
2      &  epp_low,epp_up,rpp_low,rpp_up,elpp6_low,elpp6_up,elpp3_low,
3      &  elpp3_up,b_low,b_up,bnew1_low,bnew1_up,bnew2_low,bnew2_up,
4      &  ccnew_low,ccnew_up,ddnew_low,ddnew_up,e0new_low,e0new_up,
5      &  eenew_low,eenew_up,epscp_low,epscp_up,rscp_low,rscp_up,
6      &  xm,epss_low,epss_up,epsp_low,epsp_up,escal,
7      &  escalprim,escalbis,weitor,weitor_low,weitor_up,sigma_low,
8      &  sigma_up
9       integer imask,mask_elec,mask_fourier,mask_bnew1,mask_bnew2,
10      &  mask_ccnew,mask_ddnew,mask_e0new,mask_eenew,mod_fourier,
11      &  mask_scp,iw,
12      &  nsingle_sc,npair_sc,ityp_ssc,ityp_psc,mask_tor,mask_sigma
13       logical mod_other_params,mod_elec,mod_scp,mod_side,mod_sccor,
14      &  mod_tor,mod_side_other
15       common /chujec/ ww(max_ene),ww0(max_ene),ww_low(max_ene),
16      &  ww_up(max_ene),ww_orig(max_ene),ww_oorig(max_ene),
17      &  weitor(0:3,-ntyp:ntyp,-ntyp:ntyp,2),
18      &  weitor_low(0:3,-ntyp:ntyp,-ntyp:ntyp,2),
19      &  weitor_up(0:3,-ntyp:ntyp,-ntyp:ntyp,2),x_orig(max_paropt),
20      &  epp_low(2,2),epp_up(2,2),rpp_low(2,2),rpp_up(2,2),
21      &  elpp6_low(2,2),elpp6_up(2,2),elpp3_low(2,2),elpp3_up(2,2),
22      &  b_low(13,0:ntyp),b_up(13,0:ntyp),bnew1_low(3,2,0:ntyp),
23      &  bnew1_up(3,2,0:ntyp),bnew2_low(3,2,0:ntyp),bnew2_up(3,2,0:ntyp),
24      &  ccnew_low(3,2,0:ntyp),ccnew_up(3,2,0:ntyp),
25      &  ddnew_low(3,2,0:ntyp),
26      &  ddnew_up(3,2,0:ntyp),e0new_low(3,0:ntyp),e0new_up(3,0:ntyp),
27      &  eenew_low(2,2,2,0:ntyp),eenew_up(2,2,2,0:ntyp),
28      &  epscp_low(0:ntyp,2),epscp_up(0:ntyp,2),rscp_low(0:ntyp,2),
29      &  rscp_up(0:ntyp,2),epss_low(ntyp),epss_up(ntyp),epsp_low(nntyp),
30      &  epsp_up(nntyp),sigma_low(5,ntyp),sigma_up(5,ntyp),
31      &  xm(max_paropt),
32      &  escal(max_ene,maxT,maxbatch,maxprot),
33      &  escalprim(max_ene,maxT,maxbatch,maxprot),
34      &  escalbis(max_ene,maxT,maxbatch,maxprot),
35      &  imask(max_ene),nsingle_sc,npair_sc,ityp_ssc(ntyp),
36      &  ityp_psc(2,nntyp),mask_elec(2,2,4),
37      &  mask_tor(0:3,-ntyp:ntyp,-ntyp:ntyp,2),
38      &  mask_fourier(13,0:ntyp),mask_bnew1(3,2,0:ntyp),
39      &  mask_bnew2(3,2,0:ntyp),
40      &  mask_ccnew(3,2,0:ntyp),mask_ddnew(3,2,0:ntyp),
41      &  mask_e0new(3,0:ntyp),
42      &  mask_eenew(2,2,2,0:ntyp),mask_sigma(5,ntyp),
43      &  mask_scp(0:ntyp,2,2),mod_other_params,mod_fourier(0:3),
44      &  mod_elec,mod_scp,mod_side,mod_side_other,mod_sccor,mod_tor,
45      &  iw(max_ene)