Salome HOME
22787: [CEA 1320] Regression of test $SMESH_ROOT_DIR/bin/salome/SMESH_reg.py
[modules/smesh.git] / src / StdMeshers / StdMeshers_Distribution.cxx
index aa7ebf1f56ab7095aba68ffb4ec0b746de2fe5c7..3a0a7334ba579666a3e6b17f4f1d31f02098cabb 100644 (file)
@@ -43,6 +43,8 @@
 
 using namespace std;
 
+namespace StdMeshers {
+
 Function::Function( const int conv )
 : myConv( conv )
 {
@@ -345,3 +347,4 @@ bool buildDistribution( const Function& func, const double start, const double e
   data[nbSeg] = end;
   return true;
 }
+}