]> SALOME platform Git repositories - modules/homard.git/blobdiff - src/HOMARD/HOMARD_Cas.cxx
Salome HOME
Prise en compte des différents modes de non conformité
[modules/homard.git] / src / HOMARD / HOMARD_Cas.cxx
index 4d7c644196b7003b9646d674c4705ca4178fcd30..9d2a5fe5e4befa7e8d6a4d4216cff8b611ec9a38 100644 (file)
@@ -50,7 +50,7 @@
  */
 //=============================================================================
 HOMARD_Cas::HOMARD_Cas():
-  _Name(""), _NomDir("/tmp"), _ConfType(1)
+  _Name(""), _NomDir("/tmp"), _ConfType(0)
 {
   MESSAGE("HOMARD_Cas");
 }
@@ -145,7 +145,7 @@ int HOMARD_Cas::GetNumberofIter()
 //=============================================================================
 void HOMARD_Cas::SetConfType( int Conftype )
 {
-//   VERIFICATION( (Conftype>=1) && (Conftype<=4) );
+//   VERIFICATION( (Conftype>=-2) && (Conftype<=3) );
   _ConfType = Conftype;
 }
 //=============================================================================