less restrictive with margins.

This commit is contained in:
Christophe Alexandre 2004-11-22 16:26:59 +00:00
parent 24f9663898
commit 30ad528b25
1 changed files with 1 additions and 3 deletions

View File

@ -370,9 +370,7 @@ main(int argc, char **argv)
if ( Margin < 0.15 )
{
cerr << " o Ocp Warning : the value of margin: "
<< Margin << " cannot be respected..." << endl
<< " o value forced to 0.15 !!" << endl;
Margin = 0.15;
<< Margin << " is very low... Try a value around 0.15 ..." << endl;
}
if ( Margin > 3 )