From 48e914570749859442bf0718b72fd090aa452b74 Mon Sep 17 00:00:00 2001 From: David Wells Date: Fri, 11 Jun 2021 06:48:00 -0400 Subject: [PATCH] Fix some common typos --- source/grid/tria.cc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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, -- 2.39.5