From: wolf Date: Wed, 8 Dec 1999 13:27:38 +0000 (+0000) Subject: Small text update, mainly for test purposes. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3be0e8d6341f64c4336e90045348782070b967c;p=dealii-svn.git Small text update, mainly for test purposes. git-svn-id: https://svn.dealii.org/trunk@2006 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/step-1.intro b/deal.II/doc/tutorial/chapter-2.step-by-step/step-1.intro index fb6cb5853b..6da48d4f78 100644 --- a/deal.II/doc/tutorial/chapter-2.step-by-step/step-1.intro +++ b/deal.II/doc/tutorial/chapter-2.step-by-step/step-1.intro @@ -9,4 +9,4 @@ starting grid for some problems), and one more geometric attempt: a ring-shaped domain, which is refined towards the inner edge. The latter is certainly not very useful and is certainly only rarely used in numerical analysis, but looks nice and illustrates how loops over -cells are written and what you can do with cells. +cells are written and some of the things you can do with cells.