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 ) if ( Margin < 0.15 )
{ {
cerr << " o Ocp Warning : the value of margin: " cerr << " o Ocp Warning : the value of margin: "
<< Margin << " cannot be respected..." << endl << Margin << " is very low... Try a value around 0.15 ..." << endl;
<< " o value forced to 0.15 !!" << endl;
Margin = 0.15;
} }
if ( Margin > 3 ) if ( Margin > 3 )