]> https://gitweb.dealii.org/ - dealii.git/commitdiff
replace the use of 'he' with 'it' to refer to neighbouring cell in tria.cc 9275/head
authorKrishnakumar Gopalakrishnan <krishna.kumar@ucl.ac.uk>
Thu, 9 Jan 2020 19:51:27 +0000 (19:51 +0000)
committerKrishnakumar Gopalakrishnan <krishna.kumar@ucl.ac.uk>
Thu, 9 Jan 2020 19:51:27 +0000 (19:51 +0000)
source/grid/tria.cc

index a2d8abfbc12044d84f7d0169e0a7f2f0deb473b0..72a49876d47af2bf61e40ec4abfd0ce5f400baa4 100644 (file)
@@ -276,7 +276,7 @@ namespace
         if (cell_will_be_coarsened(neighbor))
           return false;
         else
-          // if the neighor is refined, then he
+          // if the neighbor is refined, then it
           // is also refined at our current
           // face. He will stay so without
           // coarsening, so return true in that
@@ -288,7 +288,7 @@ namespace
       }
 
     // now, the neighbor is not refined, but
-    // perhaps he will be
+    // perhaps it will be
     const RefinementCase<dim> nb_ref_flag = neighbor->refine_flag_set();
     if (nb_ref_flag != RefinementCase<dim>::no_refinement)
       {
@@ -382,7 +382,7 @@ namespace
                 Assert(dim == 3, ExcInternalError());
                 // In that case, however, no
                 // matter what the neighbor
-                // does, he won't be finer
+                // does, it won't be finer
                 // after the next refinement
                 // step.
                 return false;

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.