From aa24d0d936d79aae2c32ed419442206c68f0e686 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Sun, 3 Mar 2019 14:42:25 +0100 Subject: [PATCH] Move the TODO --- source/grid/tria.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/grid/tria.cc b/source/grid/tria.cc index 40d171cf07..8493ae39df 100644 --- a/source/grid/tria.cc +++ b/source/grid/tria.cc @@ -4907,8 +4907,7 @@ namespace internal } } - - // first clear user flags and pointers of lines; we're going + // TODO[WB]: we clear user flags and pointers of lines; we're going // to use them to flag which lines need refinement for (typename Triangulation::line_iterator line = triangulation.begin_line(); -- 2.39.5