]> SALOME platform Git repositories - modules/hydro.git/commitdiff
Salome HOME
Method checked and useless comments removed.
authoradv <adv@opencascade.com>
Thu, 19 Dec 2013 06:04:10 +0000 (06:04 +0000)
committeradv <adv@opencascade.com>
Thu, 19 Dec 2013 06:04:10 +0000 (06:04 +0000)
src/HYDROData/HYDROData_CalculationCase.cxx

index d40387eee159af849077abd59f4ff15e3d5ee2ec..3e6eca6a46c42a9e299b36d8730efcadef9819c4 100644 (file)
@@ -651,7 +651,6 @@ bool HYDROData_CalculationCase::Export( GEOM::GEOM_Gen_var theGeomEngine,
                                         SALOMEDS::Study_ptr theStudy )
 {
   // Get faces
-  // TODO to be revised
   TopTools_ListOfShape aFaces;
   HYDROData_SequenceOfObjects aCaseRegions = GetRegions();
   HYDROData_SequenceOfObjects::Iterator aRegionIter( aCaseRegions );
@@ -667,7 +666,6 @@ bool HYDROData_CalculationCase::Export( GEOM::GEOM_Gen_var theGeomEngine,
   }
 
   // Get groups
-  // TODO to be revised
   HYDROData_SequenceOfObjects aSplittedGroups = GetSplittedGroups();
 
   return Export( theGeomEngine, theStudy, aFaces, aSplittedGroups );