Salome HOME
Remove of unused methods from the BodyBuilder
[modules/shaper.git] / src / Selector / Selector_NExplode.cpp
index 33552c40dd5c757cf98d4d0342015a07bc885865..5657a171f3a4e304307eb937e9493bb0a12b883d 100644 (file)
@@ -128,7 +128,7 @@ bool CompareShapes::operator() (const TopoDS_Shape& theShape1,
           }
         }
       }
-// LCOV_EXCL_START
+// LCOV_EXCL_STOP
     } else // compare addresses if shapes are geometrically equal
       return theShape1.TShape().get() > theShape2.TShape().get();
   }