]> SALOME platform Git repositories - modules/homard.git/blobdiff - idl/HOMARD_Hypothesis.idl
Salome HOME
Include SalomeMacros.cmake with NO_POLICY_SCOPE to apply policies
[modules/homard.git] / idl / HOMARD_Hypothesis.idl
index 508c0db4a481d274a2a37244006e3ec337e00522..7a95111eec997d86bfe712d598e622e1acda360c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2011-2020  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -99,8 +99,8 @@ module HOMARD
     void     SetAdapInit(in long AdapInit)                 raises (SALOME::SALOME_Exception);
     long     GetAdapInit()                                 raises (SALOME::SALOME_Exception);
 
-    void     SetLevelOutput(in long LevelOutput)           raises (SALOME::SALOME_Exception);
-    long     GetLevelOutput()                              raises (SALOME::SALOME_Exception);
+    void     SetExtraOutput(in long ExtraOutput)           raises (SALOME::SALOME_Exception);
+    long     GetExtraOutput()                              raises (SALOME::SALOME_Exception);
 
     void     AddGroup(in string LeGroupe)                  raises (SALOME::SALOME_Exception);
     void     SupprGroup(in string LeGroupe)                raises (SALOME::SALOME_Exception);