Skip to content
Snippets Groups Projects
Commit e66c41cd authored by Valerio Mariani's avatar Valerio Mariani
Browse files

New default values for tolerance parameters

parent 70a87abf
No related branches found
No related tags found
No related merge requests found
......@@ -109,8 +109,8 @@ int main (int argc, char **argv)
{
// sets some default values for parameters
String version = "1.2";
Real bond_tolerance = 8.0;
Real angle_tolerance = 8.0;
Real bond_tolerance = 15.0;
Real angle_tolerance = 15.0;
Real radius=15.0;
int sequence_separation = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment