From: Wolfgang Bangerth Date: Tue, 17 Dec 2013 08:41:52 +0000 (+0000) Subject: Re-word a comment. X-Git-Tag: v8.2.0-rc1~1174 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0aaaff0d934dbe16fb45c123922d6f358626304;p=dealii.git Re-word a comment. git-svn-id: https://svn.dealii.org/trunk@32038 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/grid/grid_tools.cc b/deal.II/source/grid/grid_tools.cc index 3919a84802..ab5016e1ef 100644 --- a/deal.II/source/grid/grid_tools.cc +++ b/deal.II/source/grid/grid_tools.cc @@ -2089,9 +2089,10 @@ next_cell: Container &surface_mesh, const std::set &boundary_ids) { -// Assumption: -// We are relying below on the fact that Triangulation::create_triangulation(...) will keep the order -// pass by CellData and that it will not reorder the vertices. +// This function works using the following assumption: +// Triangulation::create_triangulation(...) will create cells that preserve +// the order of cells passed in using the CellData argument; also, +// that it will not reorder the vertices. std::map::cell_iterator, typename Container::face_iterator>