]> SALOME platform Git repositories - modules/homard.git/blobdiff - src/HOMARD/HOMARD_Zone.cxx
Salome HOME
Création automatique de schémas YACS à partir d'un cas
[modules/homard.git] / src / HOMARD / HOMARD_Zone.cxx
index 2eb2d31bc0c8526a206dd213882786eb09643232..b0e862c2e552a1abceef7bde9ac3fb91ce6133b3 100644 (file)
@@ -314,7 +314,7 @@ void HOMARD_Zone::SupprHypo( const char* NomHypo )
   if ( it != _ListHypo.end() )
   {
     MESSAGE ("Dans SupprHypo pour " << NomHypo) ;
-    _ListHypo.erase( it ) ;
+    it = _ListHypo.erase( it ) ;
   }
 }
 //=============================================================================