]> SALOME platform Git repositories - modules/hydro.git/blobdiff - src/HYDROData/HYDROData_CalculationCase.cxx
Salome HOME
Create goups for stream.
[modules/hydro.git] / src / HYDROData / HYDROData_CalculationCase.cxx
index 78e406532721aa2158837e3b9a7538f251069c88..d40387eee159af849077abd59f4ff15e3d5ee2ec 100644 (file)
@@ -737,7 +737,7 @@ bool HYDROData_CalculationCase::Export( GEOM::GEOM_Gen_var theGeomEngine,
 
     // Get shapes of the group
     TopTools_SequenceOfShape aShapes;
-    aGroup->GeShapes( aShapes );
+    aGroup->GetShapes( aShapes );
     for( int i = 1, aNbShapes = aShapes.Length(); i <= aNbShapes; i++ ) {
       const TopoDS_Shape& aShape = aShapes.Value( i );
       const TopoDS_Shape ModifiedShape = aSewing.Modified( aShape );