Salome HOME
[bos #32517][EDF] Dynamic log messages switched on and off by SALOME_VERBOSE environm...
[modules/homard.git] / src / HOMARD / HOMARD_Iteration.cxx
index 63c3e56c6cca6ecca91d2a0384892c492525b89f..6a94e38aae0bd2e73472ac44e0dcb607421be142 100644 (file)
@@ -1,6 +1,6 @@
 //  HOMARD HOMARD : implementation of HOMARD idl descriptions
 //
-// Copyright (C) 2011-2021  CEA/DEN, EDF R&D
+// Copyright (C) 2011-2022  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
@@ -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<std::string>::iterator it = find( _ListFieldInterp.begin(), _ListFieldInterp.end(), FieldInterp );
   if ( it == _ListFieldInterp.end() )