X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHOMARD%2FHomardDriver.cxx;h=1a545d9136064fd02bf587cf31928fab77fbde58;hb=f10e5af20a8a60e551c453e3882e3f78209c38d0;hp=af62734341ea37944bfcab077d99592a817315ed;hpb=8ac28d0f807f18c7b27a528209691a40d2ffc7ae;p=modules%2Fhomard.git diff --git a/src/HOMARD/HomardDriver.cxx b/src/HOMARD/HomardDriver.cxx index af627343..1a545d91 100644 --- a/src/HOMARD/HomardDriver.cxx +++ b/src/HOMARD/HomardDriver.cxx @@ -1,6 +1,6 @@ // HOMARD HOMARD : implementation of HOMARD idl descriptions // -// Copyright (C) 2011-2015 CEA/DEN, EDF R&D +// Copyright (C) 2011-2016 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -75,20 +75,23 @@ 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 if ( ExtType == 1 ) { _Texte += "CCAssoci saturne\n" ; } + else { _Texte += "CCAssoci saturne_2d\n" ; } _Texte += "ModeHOMA 1\n" ; _Texte += "NumeIter " + _siter + "\n" ; + _modeHOMARD = 1 ; // } //=============================================================================== void HomardDriver::TexteInfo( int TypeBila, int NumeIter ) { - MESSAGE("TexteInit, TypeBila ="<