X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHOMARD%2FHOMARD_Iteration.cxx;h=6a94e38aae0bd2e73472ac44e0dcb607421be142;hb=0fb79a105b0a07b04479ad190861aede8ac4c345;hp=2e533bd1670006c1d54f71e9e32a66824ff20733;hpb=3c8d3727ff860479ddedba3f84e54a33362b2724;p=modules%2Fhomard.git diff --git a/src/HOMARD/HOMARD_Iteration.cxx b/src/HOMARD/HOMARD_Iteration.cxx index 2e533bd1..6a94e38a 100644 --- a/src/HOMARD/HOMARD_Iteration.cxx +++ b/src/HOMARD/HOMARD_Iteration.cxx @@ -255,7 +255,7 @@ void HOMARD_Iteration::SetFieldInterpTimeStep( const char* FieldInterp, int Time //============================================================================= void HOMARD_Iteration::SetFieldInterpTimeStepRank( const char* FieldInterp, int TimeStep, int Rank ) { - MESSAGE("Champ " << FieldInterp << ", hypothese " << _NomHypo ) + MESSAGE("Champ " << FieldInterp << ", hypothese " << _NomHypo ); // Verification de la presence du champ dans l'hypothese std::list::iterator it = find( _ListFieldInterp.begin(), _ListFieldInterp.end(), FieldInterp ); if ( it == _ListFieldInterp.end() )