Salome HOME
Fonction d'affectation d'un type externe au maillage
[modules/homard.git] / src / HOMARD / HomardDriver.cxx
index 7b88b385762e7fe7fbb97d62eca90845ffebaeba..253351d7a3eb5f5de25cc4eedbb87f6a1211d452 100644 (file)
@@ -75,12 +75,13 @@ void HomardDriver::TexteInit( const std::string DirCompute, const std::string Lo
 //
 }
 //===============================================================================
-void HomardDriver::TexteAdap( )
+void HomardDriver::TexteAdap( int ExtType )
 {
   MESSAGE("TexteAdap");
 //
   _Texte += "Action   homa\n" ;
-  _Texte += "CCAssoci med\n" ;
+  if ( ExtType ==  0 ) { _Texte += "CCAssoci med\n" ; }
+  else                 { _Texte += "CCAssoci saturne_2d\n" ; }
   _Texte += "ModeHOMA 1\n" ;
   _Texte += "NumeIter " + _siter + "\n" ;
 //