]> SALOME platform Git repositories - modules/hydro.git/commitdiff
Salome HOME
patch for correct compilation on Linux
authorasl <asl@opencascade.com>
Tue, 17 Dec 2013 12:46:00 +0000 (12:46 +0000)
committerasl <asl@opencascade.com>
Tue, 17 Dec 2013 12:46:00 +0000 (12:46 +0000)
src/HYDROData/HYDROData_CalculationCase.cxx

index 04163f3a4e7eaf06242cb7d4ecaefc646b2ef442..70c10a63758d6f900bafb634e16a9ce13fb7b05d 100644 (file)
@@ -722,7 +722,7 @@ bool HYDROData_CalculationCase::Export( GEOM::GEOM_Gen_var theGeomEngine,
   TopTools_IndexedMapOfShape aMapOfSubShapes;
   TopExp::MapShapes( aSewedShape, aMapOfSubShapes );
 
-  QHash<QString, QSet<int>> aGroupsData;
+  QHash<QString, QSet<int> > aGroupsData;
 
   HYDROData_SequenceOfObjects::Iterator anIter( theSplittedGroups );
   for ( ; anIter.More(); anIter.Next() ) {
@@ -821,4 +821,4 @@ GEOM::GEOM_Object_ptr HYDROData_CalculationCase::publishShapeInGEOM(
   }
 
   return aGeomObj._retn();
- }
\ No newline at end of file
+ }