Salome HOME
Updated path
[tools/solverlab.git] / CDMATH / mesh / src / Mesh.cxx
index b1eb21614205232670d275021b83db14f1fcd833..1b1d4fe8722aec4592cc647f3a2bcc8b6f7d4fd8 100644 (file)
@@ -1916,7 +1916,7 @@ bool Mesh::isIndexFacePeriodicSet() const
 }
 //----------------------------------------------------------------------
 double 
-Mesh::minRatioVolSurf()
+Mesh::minRatioVolSurf() const
 {
     double dx_min  = 1e30;
     for(int i=0; i<_numberOfCells; i++)