Salome HOME
IPAL54585: Extrusion 3D algo fails with "OCC exception. Standard_NoSuchObject: NColle...
[modules/smesh.git] / src / StdMeshers / StdMeshers_FixedPoints1D.hxx
index 56366cb0079579ef40e63c8b795744956ea8cfb3..f8c42810d0c6dbd1d36c52e238f5f2a7b311c334 100644 (file)
@@ -41,10 +41,10 @@ public:
   StdMeshers_FixedPoints1D(int hypId, SMESH_Gen* gen);
   virtual ~StdMeshers_FixedPoints1D();
 
-  void SetPoints(std::vector<double>& listParams)
+  void SetPoints(const std::vector<double>& listParams)
     throw(SALOME_Exception);
 
-  void SetNbSegments(std::vector<int>& listNbSeg) 
+  void SetNbSegments(const std::vector<int>& listNbSeg) 
     throw(SALOME_Exception);
 
   const std::vector<double>& GetPoints() const { return _params; }