]> SALOME platform Git repositories - modules/homard.git/blobdiff - src/HOMARD_I/HOMARD_YACS_i.hxx
Salome HOME
Préférences pour le type de test de convergence des schémas YACS
[modules/homard.git] / src / HOMARD_I / HOMARD_YACS_i.hxx
index f429e94b013d367348117781b141576e7ad3a350..5ddf4845e1dd37ae21b1d5e092a98ee8257067fb 100644 (file)
@@ -76,6 +76,10 @@ public:
   void                   SetMaxElem( CORBA::Long MaxElem );
   CORBA::Long            GetMaxElem();
 
+  void                   SetTestConvergence( CORBA::Long TypeTest, CORBA::Double VRef );
+  CORBA::Long            GetTestConvergenceType();
+  CORBA::Double          GetTestConvergenceVRef();
+
   void                   SetDirName( const char* NomDir );
   char*                  GetDirName();