0027870: Modeling - refactoring of HLR algorithms
[occt.git] / src / Contap / Contap_ContAna.cxx
index c5f40d0..d7a0599 100644 (file)
@@ -28,7 +28,7 @@
 #include <Standard_OutOfRange.hxx>
 #include <StdFail_NotDone.hxx>
 
-#define Tolpetit 1.e-8
+static const Standard_Real Tolpetit = 1.e-8;
 
 Contap_ContAna::Contap_ContAna (): done(Standard_False) {}