From: David Wells Date: Thu, 5 May 2016 02:14:09 +0000 (-0400) Subject: Rewrite an inaccurate comment. X-Git-Tag: v8.5.0-rc1~1050^2~5 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15a1741e69d05b83c517b2b0f7f08eba823da692;p=dealii.git Rewrite an inaccurate comment. GridReordering is not called, so do not say that it is called. --- diff --git a/source/grid/tria.cc b/source/grid/tria.cc index ca4fe5436f..31c8f22f87 100644 --- a/source/grid/tria.cc +++ b/source/grid/tria.cc @@ -2182,12 +2182,7 @@ namespace internal triangulation.vertices = v; triangulation.vertices_used = std::vector (v.size(), true); - // check that all cells have - // positive volume. if not call the - // invert_all_cells_of_negative_grid - // and reorder_cells function of - // GridReordering before creating - // the triangulation + // Check that all cells have positive volume. #ifndef _MSC_VER //TODO: The following code does not compile with MSVC. Find a way around it for (unsigned int cell_no = 0; cell_no