From: dbv Date: Mon, 18 Apr 2016 08:09:13 +0000 (+0300) Subject: Compilation fix X-Git-Tag: V_2.3.0~206 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ac98c969a15321a1ac0948f5f264c87c6dcdd433;p=modules%2Fshaper.git Compilation fix --- diff --git a/src/FeaturesPlugin/FeaturesPlugin_Wire.cpp b/src/FeaturesPlugin/FeaturesPlugin_Wire.cpp index b704d65e7..abf650c92 100644 --- a/src/FeaturesPlugin/FeaturesPlugin_Wire.cpp +++ b/src/FeaturesPlugin/FeaturesPlugin_Wire.cpp @@ -145,8 +145,8 @@ bool FeaturesPlugin_Wire::addContour() ResultConstructionPtr aConstruction = std::dynamic_pointer_cast(aSelection->context()); std::shared_ptr aPlanarEdges = std::dynamic_pointer_cast(aConstruction->shape()); - ListOfShape aClosedWires; - GeomAlgoAPI_ShapeTools::getClosedWires(aPlanarEdges->getEdges(), aClosedWires); + //ListOfShape aClosedWires; + //GeomAlgoAPI_ShapeTools::getClosedWires(aPlanarEdges->getEdges(), aClosedWires); //// Iterate on wires and add wire with this edge. //std::shared_ptr aFoundWire; @@ -221,5 +221,7 @@ bool FeaturesPlugin_Wire::addContour() return false; } + + return false; }