From: David Wells Date: Fri, 11 Jun 2021 10:48:00 +0000 (-0400) Subject: Fix some common typos X-Git-Tag: v9.4.0-rc1~1233^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F12431%2Fhead;p=dealii.git Fix some common typos --- diff --git a/source/grid/tria.cc b/source/grid/tria.cc index 27a67d8615..b5c3724aca 100644 --- a/source/grid/tria.cc +++ b/source/grid/tria.cc @@ -4558,7 +4558,7 @@ namespace internal } - // check how much space is needed on every level we need not + // check how much space is needed on every level. We need not // check the highest level since either - on the highest level // no cells are flagged for refinement - there are, but // prepare_refinement added another empty level @@ -4825,7 +4825,7 @@ namespace internal // pairs (the children of lines must be stored in pairs) unsigned int n_lines_in_pairs = 0; - // check how much space is needed on every level we need not + // check how much space is needed on every level. We need not // check the highest level since either - on the highest level // no cells are flagged for refinement - there are, but // prepare_refinement added another empty level @@ -5129,11 +5129,11 @@ namespace internal ++quad) quad->clear_user_flag(); - // check how much space is needed on every level we need not + // check how much space is needed on every level. We need not // check the highest level since either // - on the highest level no cells are flagged for refinement // - there are, but prepare_refinement added another empty - // level which then is the highest level + // level which then is the highest level // variables to hold the number of newly to be created // vertices, lines and quads. as these are stored globally, @@ -6398,11 +6398,11 @@ namespace internal RefinementCase::cut_y, RefinementCase::cut_xy}; - // check how much space is needed on every level we need not + // check how much space is needed on every level. We need not // check the highest level since either // - on the highest level no cells are flagged for refinement // - there are, but prepare_refinement added another empty - // level which then is the highest level + // level which then is the highest level // variables to hold the number of newly to be created // vertices, lines and quads. as these are stored globally,