From a47b24d6fc609acc4e19d7e6e58b6abacaa55d78 Mon Sep 17 00:00:00 2001 From: Denis Davydov Date: Thu, 12 Jul 2018 17:48:53 +0200 Subject: [PATCH] fix incode comment --- source/grid/grid_generator.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/grid/grid_generator.cc b/source/grid/grid_generator.cc index d7ad51b6d2..55ee55afb2 100644 --- a/source/grid/grid_generator.cc +++ b/source/grid/grid_generator.cc @@ -1999,7 +1999,7 @@ namespace GridGenerator colorize); // Mark the cylinder material ids as 2 to distinguish them from the bulk - // cells (these are read again about 40 lines down) + // cells (these are read again in the loop that sets manifold ids) for (const auto &cell : cylinder_tria.active_cell_iterators()) cell->set_material_id(2); -- 2.39.5