]> SALOME platform Git repositories - modules/hydro.git/commitdiff
Salome HOME
Rename of calculation case groups (Bug #349).
authoradv <adv@opencascade.com>
Thu, 30 Jan 2014 05:57:45 +0000 (05:57 +0000)
committeradv <adv@opencascade.com>
Thu, 30 Jan 2014 05:57:45 +0000 (05:57 +0000)
src/HYDROData/HYDROData_CalculationCase.cxx

index a9be2ccec3fff0d145f76a3fa25eae60711c6ff1..e10fb4519920f4df19c5c2a3718efc518d5318fb 100644 (file)
@@ -91,7 +91,7 @@ void HYDROData_CalculationCase::SetName( const QString& theName )
       }
     }
 
-    HYDROData_SequenceOfObjects aGroups = GetGeometryGroups();
+    HYDROData_SequenceOfObjects aGroups = GetSplittedGroups();
 
     anIter.Init( aGroups );
     for ( ; anIter.More(); anIter.Next() )