]> SALOME platform Git repositories - modules/homard.git/blobdiff - src/HOMARD/HOMARD_Hypothesis.hxx
Salome HOME
Remplacement de mktemp par mkdtemp ou mkstemp.
[modules/homard.git] / src / HOMARD / HOMARD_Hypothesis.hxx
index fe2ec51d8cc01419225622d2365c89f507a8e320..33650da11949e4b61d1dcbed254d5982286fe318 100644 (file)
@@ -93,7 +93,9 @@ public:
   void                          SetLevelOutput( int LevelOutput );
   const int                     GetLevelOutput() const;
 
-  void                          AddGroup( const char* LeGroupe);
+  void                          AddGroup( const char* Group);
+  void                          SupprGroup( const char* Group );
+  void                          SupprGroups();
   void                          SetGroups(const std::list<std::string>& ListGroup );
   const std::list<std::string>& GetGroups() const;