Salome HOME
InfoCompute
[modules/homard.git] / idl / HOMARD_Iteration.idl
index dafec4492e8792b5bd93e80a6b1547c8958093ce..cbf487022a92b2523e9b729371639fc89d67ed4f 100644 (file)
@@ -104,6 +104,10 @@ module HOMARD
     void     AssociateHypo(in string NomHypo)              raises (SALOME::SALOME_Exception);
     void     SetHypoName(in string NomHypo)                raises (SALOME::SALOME_Exception);
     string   GetHypoName()                                 raises (SALOME::SALOME_Exception);
+
+// Divers
+    void     SetInfoCompute(in long MessInfo)              raises (SALOME::SALOME_Exception);
+    long     GetInfoCompute()                              raises (SALOME::SALOME_Exception);
   };
 };
 #endif