]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Uncomment method for code coverage.
authorazv <azv@opencascade.com>
Wed, 2 Oct 2019 05:33:10 +0000 (08:33 +0300)
committerazv <azv@opencascade.com>
Wed, 2 Oct 2019 05:34:06 +0000 (08:34 +0300)
src/GeomAPI/GeomAPI_Curve.cpp

index 9c5330a86d9c1fb7dd1dfd738241d90b9f645603..2ffc946464537d2a2ac5a92a46c5ef42dd23ff9b 100644 (file)
@@ -125,8 +125,6 @@ bool GeomAPI_Curve::isTrimmed() const
   return !isNull() && MY_CURVE->DynamicType() == STANDARD_TYPE(Geom_TrimmedCurve);
 }
 
-// unused in the unit tests for now
-// LCOV_EXCL_START
 GeomCurvePtr GeomAPI_Curve::basisCurve() const
 {
   Handle(Geom_Curve) aCurve = MY_CURVE;
@@ -137,7 +135,6 @@ GeomCurvePtr GeomAPI_Curve::basisCurve() const
   aNewCurve->setImpl(new Handle(Geom_Curve)(aCurve));
   return aNewCurve;
 }
-// LCOV_EXCL_STOP
 
 
 const std::shared_ptr<GeomAPI_Pnt> GeomAPI_Curve::project(