From a0aaaff0d934dbe16fb45c123922d6f358626304 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 17 Dec 2013 08:41:52 +0000 Subject: [PATCH] Re-word a comment. git-svn-id: https://svn.dealii.org/trunk@32038 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/source/grid/grid_tools.cc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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> -- 2.39.5