X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Fwham%2Fsrc-HCD%2FDIMENSIONS;h=49e50f563d14f97ee8db2ce410f75ca54e0c546f;hb=68aa1d135805a14583695611acfcf637748b4466;hp=c3600264fd545e1d98ccb4484e6244b057eb7927;hpb=76d1e8aa14e4e16df2d617758794197cf50ddd57;p=unres.git diff --git a/source/wham/src-HCD/DIMENSIONS b/source/wham/src-HCD/DIMENSIONS index c360026..49e50f5 100644 --- a/source/wham/src-HCD/DIMENSIONS +++ b/source/wham/src-HCD/DIMENSIONS @@ -14,8 +14,8 @@ c parameter (max_cg_procs=maxprocs) C Max. number of AA residues integer maxres c parameter (maxres=250) -c parameter (maxres=1200) - parameter (maxres=10000) + parameter (maxres=1200) +c parameter (maxres=20000) C Max. number of cysteines and other bridging residues integer max_cyst parameter (max_cyst=100) @@ -54,7 +54,8 @@ C include in template-based/contact distance restraints. parameter (maxcont_res=200) C Max. number of distance/contact-distance restraints integer maxdim_cont - parameter (maxdim_cont=maxres*maxcont_res) +c parameter (maxdim_cont=maxres*maxcont_res) + parameter (maxdim_cont=maxres*1000) C Number of AA types (at present only natural AA's will be handled integer ntyp,ntyp1 parameter (ntyp=24,ntyp1=ntyp+1)