]> SALOME platform Git repositories - modules/homard.git/blobdiff - src/HOMARD/HOMARD_DriverTools.cxx
Salome HOME
Suppression de composantes dans les hypothèses.
[modules/homard.git] / src / HOMARD / HOMARD_DriverTools.cxx
index 187970ae35e46fccfa6350399c150bccc6bb1100..6f1c9a3b8bb7d5a95b7c8b671cc360f7f68535e7 100644 (file)
@@ -220,7 +220,7 @@ namespace HOMARD
     for ( it = ListString.begin(); it != ListString.end(); ++it )
           os << separator() << *it;
 
-    ListString = hypothesis.GetListComp();
+    ListString = hypothesis.GetComps();
     os << separator() << ListString.size();
     for ( it = ListString.begin(); it != ListString.end(); ++it )
          os << separator() << *it;