mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-27 10:40:33 +05:00
remove obsolete commented code
This commit is contained in:
parent
414745da0e
commit
811cb809ee
@ -513,8 +513,6 @@ module SMESH
|
||||
Hypothesis_Status AddHypothesis(in GEOM::GEOM_Object aSubObject,
|
||||
in SMESH_Hypothesis anHyp)
|
||||
raises (SALOME::SALOME_Exception);
|
||||
// boolean AddHypothesis(in SMESH_subMesh aSubMesh, in SMESH_Hypothesis anHyp)
|
||||
// raises (SALOME::SALOME_Exception);
|
||||
|
||||
/*!
|
||||
* Remove an hypothesis previouly added with AddHypothesis.
|
||||
@ -522,17 +520,12 @@ module SMESH
|
||||
Hypothesis_Status RemoveHypothesis(in GEOM::GEOM_Object aSubObject,
|
||||
in SMESH_Hypothesis anHyp)
|
||||
raises (SALOME::SALOME_Exception);
|
||||
// boolean RemoveHypothesis(in SMESH_subMesh aSubMesh,
|
||||
// in SMESH_Hypothesis anHyp)
|
||||
// raises (SALOME::SALOME_Exception);
|
||||
|
||||
/*!
|
||||
* Get the list of hypothesis added on a sub-shape
|
||||
*/
|
||||
ListOfHypothesis GetHypothesisList(in GEOM::GEOM_Object aSubObject)
|
||||
raises (SALOME::SALOME_Exception);
|
||||
// ListOfHypothesis GetHypothesisList(in SMESH_subMesh aSubMesh)
|
||||
// raises (SALOME::SALOME_Exception);
|
||||
|
||||
/*!
|
||||
* Get the log of nodes and elements added or removed since previous
|
||||
@ -540,8 +533,6 @@ module SMESH
|
||||
* @params
|
||||
* - clearAfterGet : log is emptied after Get (safe if concurrents access)
|
||||
*/
|
||||
// string_array GetLog(in boolean clearAfterGet)
|
||||
// raises (SALOME::SALOME_Exception);
|
||||
log_array GetLog(in boolean clearAfterGet)
|
||||
raises (SALOME::SALOME_Exception);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user