added source code
[unres.git] / source / wham / src / COMMON.PEPTCONT
1       integer ncont_pept_ref,icont_pept_ref,ncont_frag_ref,
2      & icont_frag_ref,isec_ref
3       common /peptcont/ ncont_pept_ref,
4      & icont_pept_ref(2,maxcont),
5      & ncont_frag_ref(mmaxfrag),
6      & icont_frag_ref(2,maxcont,mmaxfrag),
7      & isec_ref(maxres)