Salome HOME
#16479 [CEA 12950] ViscousLayers hypothesis and periodic condition
[modules/smesh.git] / src / StdMeshers / StdMeshers_FixedPoints1D.cxx
index 81759f9110f0431437cacbf0082a085e38855afe..28432c8bf6a9f4c88d1adfeb9808f35a0ea22b6b 100644 (file)
@@ -60,7 +60,7 @@ StdMeshers_FixedPoints1D::~StdMeshers_FixedPoints1D()
  */
 //=============================================================================
 
-void StdMeshers_FixedPoints1D::SetPoints(std::vector<double>& listParams)
+void StdMeshers_FixedPoints1D::SetPoints(const std::vector<double>& listParams)
   throw(SALOME_Exception)
 {
   _params = listParams;
@@ -73,7 +73,7 @@ void StdMeshers_FixedPoints1D::SetPoints(std::vector<double>& listParams)
  */
 //=============================================================================
 
-void StdMeshers_FixedPoints1D::SetNbSegments(std::vector<int>& listNbSeg) 
+void StdMeshers_FixedPoints1D::SetNbSegments(const std::vector<int>& listNbSeg) 
   throw(SALOME_Exception)
 {
   _nbsegs = listNbSeg;