update new files
[unres.git] / source / maxlik / src_FPy / COMMON.PEPTCONT
1       integer ncont_pept_ref,icont_pept_ref,ncont_frag_ref,
2      & icont_frag_ref,isec_ref,ncont_pept_near,icont_pept_near
3       double precision sig_ref
4       common /peptcont/ sig_ref(2,maxres,maxclass1-1,maxprot),
5      & ncont_pept_ref(maxprot),
6      & icont_pept_ref(2,maxcont,maxprot),
7      & ncont_pept_near(maxres,maxclass1-1,maxprot),
8      & icont_pept_near(2,maxres,maxclass1-1,maxprot),
9      & ncont_frag_ref(mmaxfrag,maxclass1-1,maxprot),
10      & icont_frag_ref(2,maxcont,mmaxfrag,maxclass1-1,maxprot),
11      & isec_ref(maxres,maxprot)