From: Wolfgang Bangerth Date: Mon, 2 Apr 2018 22:21:21 +0000 (-0600) Subject: Microscopically small updates in a file I was reading through. X-Git-Tag: v9.0.0-rc1~246^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6145%2Fhead;p=dealii.git Microscopically small updates in a file I was reading through. --- 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;