X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FStdMeshers_I%2FStdMeshers_MaxLength_i.hxx;h=961578bdd31d5c21058e8c166b7b5c4237bb64cc;hp=744fa7e5925c8ec04ea54076ee74d4f28f5d4d45;hb=a274ade365bd0f0e19d56c577acc4a13aa1972a7;hpb=0fc0831670e27a5611b941c52dc152fd63964515 diff --git a/src/StdMeshers_I/StdMeshers_MaxLength_i.hxx b/src/StdMeshers_I/StdMeshers_MaxLength_i.hxx index 744fa7e59..961578bdd 100644 --- a/src/StdMeshers_I/StdMeshers_MaxLength_i.hxx +++ b/src/StdMeshers_I/StdMeshers_MaxLength_i.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2020 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 @@ -49,13 +49,11 @@ public: virtual ~StdMeshers_MaxLength_i(); // Set length - void SetLength( CORBA::Double theLength ) - throw ( SALOME::SALOME_Exception ); + void SetLength( CORBA::Double theLength ); // Set precision // Sets preestimation flag - void SetUsePreestimatedLength( CORBA::Boolean toUse) - throw ( SALOME::SALOME_Exception ); + void SetUsePreestimatedLength( CORBA::Boolean toUse); // Get length CORBA::Double GetLength(); @@ -82,12 +80,12 @@ public: // Methods for copying mesh definition to other geometry // Return geometry this hypothesis depends on. Return false if there is no geometry parameter - virtual bool getObjectsDependOn( std::vector< std::string > & entryArray, - std::vector< int > & subIDArray ) const { return 0; } + virtual bool getObjectsDependOn( std::vector< std::string > & /*entryArray*/, + std::vector< int > & /*subIDArray*/ ) const { return 0; } // Set new geometry instead of that returned by getObjectsDependOn() - virtual bool setObjectsDependOn( std::vector< std::string > & entryArray, - std::vector< int > & subIDArray ) { return true; } + virtual bool setObjectsDependOn( std::vector< std::string > & /*entryArray*/, + std::vector< int > & /*subIDArray*/ ) { return true; } protected: virtual std::string getMethodOfParameter(const int paramIndex, int nbVars) const; };