X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FBOPTest%2FBOPTest_CurveCommands.cxx;h=9b92863299b3c0165b7016bd4f01ecc90b1fc73e;hb=91322f44fd202e671046b9ce1ba393a02dbaf756;hpb=3bea4c165c9ddf99b515731d51f2db29d8353c2e diff --git a/src/BOPTest/BOPTest_CurveCommands.cxx b/src/BOPTest/BOPTest_CurveCommands.cxx index 03da536ce2..9b92863299 100755 --- a/src/BOPTest/BOPTest_CurveCommands.cxx +++ b/src/BOPTest/BOPTest_CurveCommands.cxx @@ -35,6 +35,7 @@ #include #include +#include #include #include @@ -182,7 +183,7 @@ Standard_Integer bopcurves (Draw_Interpretor& di, aTol=1.e-7; if (n>2) { - aTol=atof(a[2]); + aTol=Draw::Atof(a[2]); if (aTol<=0.) { aTol=1.e-7; }