From 15a1741e69d05b83c517b2b0f7f08eba823da692 Mon Sep 17 00:00:00 2001 From: David Wells Date: Wed, 4 May 2016 22:14:09 -0400 Subject: [PATCH] Rewrite an inaccurate comment. GridReordering is not called, so do not say that it is called. --- source/grid/tria.cc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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