X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FStdMeshers%2FStdMeshers_AutomaticLength.hxx;h=fc3c6e1c42894c3bbc8fdfacb7abdb3a815770fc;hb=48c30a5c917c59c215aad8428e9d92e5f5af3962;hp=eb5b1cfb870ecb764c6a97b4ba8357bfd32402cd;hpb=8d297d6698f361d4f2dde723050bcfbaea050920;p=modules%2Fsmesh.git diff --git a/src/StdMeshers/StdMeshers_AutomaticLength.hxx b/src/StdMeshers/StdMeshers_AutomaticLength.hxx index eb5b1cfb8..fc3c6e1c4 100644 --- a/src/StdMeshers/StdMeshers_AutomaticLength.hxx +++ b/src/StdMeshers/StdMeshers_AutomaticLength.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2021 CEA/DEN, EDF R&D, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -55,14 +55,12 @@ public: /*! * \brief Computes segment for a given edge */ - double GetLength(const SMESH_Mesh* aMesh, const TopoDS_Shape& anEdge) - throw(SALOME_Exception); + double GetLength(const SMESH_Mesh* aMesh, const TopoDS_Shape& anEdge); /*! * \brief Computes segment length for an edge of given length */ - double GetLength(const SMESH_Mesh* aMesh, const double edgeLength) - throw(SALOME_Exception); + double GetLength(const SMESH_Mesh* aMesh, const double edgeLength); /*! * \brief Set Fineness @@ -74,8 +72,7 @@ public: * The "Initial Number of Elements on the Shortest Edge" (S0) * is divided by (0.5 + 4.5 x theFineness) */ - void SetFineness(double theFineness) - throw(SALOME_Exception); + void SetFineness(double theFineness); /*! * \brief Return mesh Fineness