]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Cosmetic changes.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 25 Jun 1998 11:19:23 +0000 (11:19 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 25 Jun 1998 11:19:23 +0000 (11:19 +0000)
git-svn-id: https://svn.dealii.org/trunk@410 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/grid/tria.cc

index 7ab1b8987fbfe57bdceee146044d3e42f78a6bf6..0f88eceb2fd9c5c29ae739166764bdedb84fea17 100644 (file)
@@ -3134,7 +3134,7 @@ bool Triangulation<dim>::prepare_coarsening () {
                                   // from coarsen to user flags and back.
                                   // we do the check by saving the flags
                                   // before and after the operation and
-                                  // compare them
+                                  // comparing them
   vector<bool> flags_before;
   save_coarsen_flags (flags_before);
   
@@ -3312,7 +3312,8 @@ bool Triangulation<dim>::prepare_coarsening () {
                                                   // flagged for coarsening,
                                                   // we can't coarsen this cell
                  {
-                   cell_iterator child_neighbor = cell->child(child)->neighbor(neighbor);
+                   cell_iterator child_neighbor = cell->child(child)->
+                                                  neighbor(neighbor);
                    if ((child_neighbor.state() == valid) &&
                        (child_neighbor->level() == cell->level()+1) &&
                        (child_neighbor->active() == 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.