Salome HOME
mise a jour pour la poursuite d'iterations
[modules/homard.git] / src / HOMARD / HOMARD_Iteration.hxx
index d858f60d1652aabd210fb98c679a2c3a920410eb..64b95393825f928d915de42cd9ec2e41d985ac26 100644 (file)
@@ -1,4 +1,4 @@
-//  HOMARD HOMARD : implementaion of HOMARD idl descriptions
+//  HOMARD HOMARD : implementation of HOMARD idl descriptions
 //
 // Copyright (C) 2011-2013  CEA/DEN, EDF R&D
 //
@@ -56,8 +56,8 @@ public:
   void                          SetNumber( int NumIter );
   int                           GetNumber() const;
 
-  void                          SetEtat( bool etat );
-  bool                          GetEtat() const;
+  void                          SetState( int etat );
+  int                           GetState() const;
 
   void                          SetMeshName( const char* NomMesh );
   std::string                   GetMeshName() const;
@@ -96,7 +96,7 @@ public:
 
 private:
   std::string                   _Name;
-  bool                          _Etat;
+  int                           _Etat;
   int                           _NumIter;
   std::string                   _NomMesh;
   std::string                   _MeshFile;