unres Adam's changes
[unres.git] / source / unres / src-HCD-5D / COMMON.TORCNSTR
1       integer ndih_constr,idih_constr(maxdih_constr),
2      & iconstr_dih(maxres),ntheta_constr,
3      & itheta_constr(maxdih_constr)
4       integer ndih_nconstr,idih_nconstr(maxdih_constr)
5       integer idihconstr_start,idihconstr_end,ithetaconstr_start,
6      & ithetaconstr_end
7       logical raw_psipred
8       double precision phi0(maxdih_constr),drange(maxdih_constr),
9      & ftors(maxdih_constr),theta_constr0(maxdih_constr),
10      & theta_drange(maxdih_constr),for_thet_constr(maxdih_constr),
11      & vpsipred(3,maxdih_constr),sdihed(2,maxdih_constr),wdihc
12       common /torcnstr/ phi0,drange,ftors,theta_constr0,theta_drange,
13      & for_thet_constr,vpsipred,sdihed,wdihc,
14      &  ndih_constr,idih_constr,iconstr_dih,
15      &  ndih_nconstr,idih_nconstr,idihconstr_start,idihconstr_end,
16      & ntheta_constr,itheta_constr,ithetaconstr_start,
17      & ithetaconstr_end,raw_psipred