From: David Wells Date: Wed, 21 Apr 2021 17:46:34 +0000 (-0400) Subject: Remove an obsolete comment. X-Git-Tag: v9.3.0-rc1~196^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b62e68c420732ed874f577a1c5273790c3c6928c;p=dealii.git Remove an obsolete comment. --- 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),