From b62e68c420732ed874f577a1c5273790c3c6928c Mon Sep 17 00:00:00 2001
From: David Wells <drwells@email.unc.edu>
Date: Wed, 21 Apr 2021 13:46:34 -0400
Subject: [PATCH] Remove an obsolete comment.

---
 source/grid/grid_tools_nontemplates.cc | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/source/grid/grid_tools_nontemplates.cc b/source/grid/grid_tools_nontemplates.cc
index ec7da05b62..2acfa6ff2d 100644
--- a/source/grid/grid_tools_nontemplates.cc
+++ b/source/grid/grid_tools_nontemplates.cc
@@ -251,12 +251,7 @@ namespace GridTools
       }
 
     AssertDimension(vertex_indices.size(), GeometryInfo<3>::vertices_per_cell);
-    // note that this is the
-    // cell_measure based on the new
-    // deal.II numbering. When called
-    // from inside GridReordering make
-    // sure that you reorder the
-    // vertex_indices before
+
     const double x[8] = {all_vertices[vertex_indices[0]](0),
                          all_vertices[vertex_indices[1]](0),
                          all_vertices[vertex_indices[2]](0),
-- 
2.39.5