]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModelGeomAlgo/ModelGeomAlgo_Point2D.cpp
Salome HOME
Fix coding style (line length <= 100)
[modules/shaper.git] / src / ModelGeomAlgo / ModelGeomAlgo_Point2D.cpp
index 70cd9cb72e59f4c4ea8ca550c86c1b4170dbe065..d7115a09118e7279c06fc5de6af84f2889c101aa 100755 (executable)
@@ -191,7 +191,8 @@ void appendShapePoints(const GeomShapePtr& theShape,
   }
 }
 
-void ModelGeomAlgo_Point2D::getPointsIntersectedShape(const std::shared_ptr<ModelAPI_Feature>& theBaseFeature,
+void ModelGeomAlgo_Point2D::getPointsIntersectedShape(
+                        const std::shared_ptr<ModelAPI_Feature>& theBaseFeature,
                         const std::list<std::shared_ptr<ModelAPI_Feature> >& theFeatures,
                         PointToRefsMap& thePointToAttributeOrObject)
 {