Salome HOME
Bug: unable to create LocalLength hyp for a sub-mesh on a shape with a degenerated...
[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;
 }
+}