Commit ee5f0b18 by Chloe Dequeker

modif number of clashes and distance to contact (from 6 to 5)

parent 9f22bfb6
......@@ -11,9 +11,9 @@
#define COEF_DEGREE_TO_RADIAN 0.017453293 /* Coefficient to convert degrees to radians */
#define NB_MAX_ATOM_PER_RES 100 /* No residue has more atoms than that */
#define TOO_MANY_CLASHES 20 /* If not forcing, program will skip conformation after
#define TOO_MANY_CLASHES 40 /* If not forcing, program will skip conformation after
* this number of clashes */
#define DIST_FOR_CONTACT 6 /* Distance under which we consider
#define DIST_FOR_CONTACT 5 /* Distance under which we consider
* two residues are in contact */
#define DIST_FOR_CLASH 2 /* Distance in Angstrom under which we consider
* the contact is a clash */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment