X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FStdMeshers%2FStdMeshers_FixedPoints1D.hxx;h=8fd302bec8e17b4b76985b9e8719cbe4426ed6c3;hb=34a8a37aeeeda95e0e2dad6cdf51b45bbde5cbb8;hp=f8c42810d0c6dbd1d36c52e238f5f2a7b311c334;hpb=0146a69d8258d1264247a2970627f89e514fc6f6;p=modules%2Fsmesh.git diff --git a/src/StdMeshers/StdMeshers_FixedPoints1D.hxx b/src/StdMeshers/StdMeshers_FixedPoints1D.hxx index f8c42810d..8fd302bec 100644 --- a/src/StdMeshers/StdMeshers_FixedPoints1D.hxx +++ b/src/StdMeshers/StdMeshers_FixedPoints1D.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2019 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2021 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(const std::vector& listParams) - throw(SALOME_Exception); + void SetPoints(const std::vector& listParams); - void SetNbSegments(const std::vector& listNbSeg) - throw(SALOME_Exception); + void SetNbSegments(const std::vector& listNbSeg) ; const std::vector& GetPoints() const { return _params; }