From ee46ec406d4970b59074d124eaf08f1f7b67ab5d Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 2 Apr 2018 16:21:21 -0600 Subject: [PATCH] Microscopically small updates in a file I was reading through. --- source/distributed/tria.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/distributed/tria.cc b/source/distributed/tria.cc index 24b9171d10..1b977c4305 100644 --- a/source/distributed/tria.cc +++ b/source/distributed/tria.cc @@ -1707,6 +1707,8 @@ namespace parallel this->update_number_cache (); } + + template bool Triangulation::has_hanging_nodes () const @@ -2584,7 +2586,7 @@ namespace parallel } } - // check mesh for ghostcells, refine as necessary. iterate over + // check mesh for ghost cells, refine as necessary. iterate over // every ghostquadrant, find corresponding deal coarsecell and // recurse. typename dealii::internal::p4est::types::quadrant *quadr; -- 2.39.5