]> SALOME platform Git repositories - modules/homard.git/blobdiff - src/HOMARD/HOMARD_Iteration.cxx
Salome HOME
Création automatique de schémas YACS à partir d'un cas
[modules/homard.git] / src / HOMARD / HOMARD_Iteration.cxx
index e9ec47322c0fc9fbd930775a9af3275e559dd6d2..55166324f721ea42a1c8b7759b15f6b0e22a35df 100644 (file)
@@ -240,7 +240,7 @@ void HOMARD_Iteration::UnLinkNextIteration( const char* NomIteration )
   if ( it != _mesIterFilles.end() )
   {
     MESSAGE ("Dans UnLinkNextIteration pour " << NomIteration) ;
-    _mesIterFilles.erase( it ) ;
+    it = _mesIterFilles.erase( it ) ;
   }
 }
 //=============================================================================