]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchSolver/SketchSolver.h
Salome HOME
Add tools
[modules/shaper.git] / src / SketchSolver / SketchSolver.h
index f31b7e49f65076ca43234ad50f1a5f5c1b50b258..cc5013f6ed163cf32b89d7b19ac2f346652ab826 100644 (file)
@@ -17,4 +17,9 @@
 #endif
 #endif
 
+/// Tolerance for value of parameters
+const double tolerance = 1.e-10;
+
+#define PI 3.1415926535897932
+
 #endif