From: adv Date: Thu, 19 Dec 2013 06:04:10 +0000 (+0000) Subject: Method checked and useless comments removed. X-Git-Tag: BR_hydro_v_0_6~31 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e34fca9c7cb345a9849298cd0f9a2c21808522fd;p=modules%2Fhydro.git Method checked and useless comments removed. --- diff --git a/src/HYDROData/HYDROData_CalculationCase.cxx b/src/HYDROData/HYDROData_CalculationCase.cxx index d40387ee..3e6eca6a 100644 --- a/src/HYDROData/HYDROData_CalculationCase.cxx +++ b/src/HYDROData/HYDROData_CalculationCase.cxx @@ -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 );