]> SALOME platform Git repositories - modules/hydro.git/commitdiff
Salome HOME
Minor changes.
authormzn <mzn@opencascade.com>
Wed, 18 Dec 2013 12:57:55 +0000 (12:57 +0000)
committermzn <mzn@opencascade.com>
Wed, 18 Dec 2013 12:57:55 +0000 (12:57 +0000)
src/HYDROData/HYDROData_CalculationCase.cxx

index 70c10a63758d6f900bafb634e16a9ce13fb7b05d..78e406532721aa2158837e3b9a7538f251069c88 100644 (file)
@@ -785,8 +785,6 @@ GEOM::GEOM_Object_ptr HYDROData_CalculationCase::publishShapeInGEOM(
 {
   GEOM::GEOM_Object_var aGeomObj;
 
-  bool isNil = aGeomObj->_is_nil(); ///@MZN
-
   if ( theGeomEngine->_is_nil() || theStudy->_is_nil() ||
        theShape.IsNull() ) {
     return aGeomObj._retn();