Salome HOME
Working with folders which can not be shown empty
[modules/shaper.git] / src / SketchSolver / SketchSolver.h
index 2f98bf53eb8f9ee60ed9e259ccb4d01c357877f7..cc5013f6ed163cf32b89d7b19ac2f346652ab826 100644 (file)
@@ -1,3 +1,5 @@
+// Copyright (C) 2014-20xx CEA/DEN, EDF R&D
+
 #ifndef SKETCHSOLVER_H
 #define SKETCHSOLVER_H
 
@@ -15,4 +17,9 @@
 #endif
 #endif
 
+/// Tolerance for value of parameters
+const double tolerance = 1.e-10;
+
+#define PI 3.1415926535897932
+
 #endif