From 381a109c0b9c6d60665c31b6c0e7e2508975fbfe Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 25 Apr 2011 00:01:13 +0000 Subject: [PATCH] Minor edit. git-svn-id: https://svn.dealii.org/trunk@23645 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-46/doc/intro.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/examples/step-46/doc/intro.dox b/deal.II/examples/step-46/doc/intro.dox index e1c4cccf96..2d146c1e1c 100644 --- a/deal.II/examples/step-46/doc/intro.dox +++ b/deal.II/examples/step-46/doc/intro.dox @@ -366,9 +366,9 @@ solid cell is refined, yielding the following code: face_is_on_interface = true; else if (cell->neighbor(f)->has_children() == true) { - // neighbor does + // The neighbor does // have - // children. see if + // children. See if // any of the cells // on the other // side are elastic -- 2.39.5