From: Denis Davydov Date: Thu, 12 Jul 2018 15:48:53 +0000 (+0200) Subject: fix incode comment X-Git-Tag: v9.1.0-rc1~921^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6892%2Fhead;p=dealii.git fix incode comment --- 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);