X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FStdMeshers%2FStdMeshers_FixedPoints1D.hxx;h=431ef1e9e47c1fc2dd27de05e678b608524ec579;hb=7d57cfe3069f0be65c6773ff704c2642129b2bb8;hp=58b9be6443c20ccf086b958c85d759c49e002254;hpb=6df8817c1a9827149025cc942249d7083f504d3d;p=modules%2Fsmesh.git diff --git a/src/StdMeshers/StdMeshers_FixedPoints1D.hxx b/src/StdMeshers/StdMeshers_FixedPoints1D.hxx index 58b9be644..431ef1e9e 100644 --- a/src/StdMeshers/StdMeshers_FixedPoints1D.hxx +++ b/src/StdMeshers/StdMeshers_FixedPoints1D.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2020 CEA/DEN, EDF R&D, OPEN CASCADE // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -41,11 +41,9 @@ public: StdMeshers_FixedPoints1D(int hypId, SMESH_Gen* gen); virtual ~StdMeshers_FixedPoints1D(); - void SetPoints(std::vector& listParams) - throw(SALOME_Exception); + void SetPoints(const std::vector& listParams); - void SetNbSegments(std::vector& listNbSeg) - throw(SALOME_Exception); + void SetNbSegments(const std::vector& listNbSeg) ; const std::vector& GetPoints() const { return _params; }