From a4b4fcca75c07dc26a610aa2601a869f2a25a8b7 Mon Sep 17 00:00:00 2001 From: mpv Date: Fri, 21 Dec 2018 18:38:07 +0300 Subject: [PATCH] Make line < 100 sym --- src/Selector/Selector_FilterByNeighbors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Selector/Selector_FilterByNeighbors.h b/src/Selector/Selector_FilterByNeighbors.h index 9335344d3..57d1cee87 100644 --- a/src/Selector/Selector_FilterByNeighbors.h +++ b/src/Selector/Selector_FilterByNeighbors.h @@ -35,7 +35,7 @@ class Selector_FilterByNeighbors: public Selector_AlgoWithSubs { TopAbs_ShapeEnum myShapeType; ///< type of this shape std::list myNBLevel; ///< list of integers corresponding to subs neighborhood level - TDF_Label myContext; ///< label where the context of filter is stored (needed for python name string) + TDF_Label myContext; ///< label where the context of filter is stored (for naming name strings) public: /// Initializes the selection of this kind SELECTOR_EXPORT bool select( -- 2.39.2