From 2456efa1820c1cb12bbb27ce6981611297b49e25 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 12 Apr 2004 14:26:06 +0000 Subject: [PATCH] Fix wrong xref. git-svn-id: https://svn.dealii.org/trunk@8985 0785d39b-7218-0410-832d-ea1e28bc413d --- .../doc/tutorial/chapter-2.step-by-step/step-17.data/intro.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/step-17.data/intro.html b/deal.II/doc/tutorial/chapter-2.step-by-step/step-17.data/intro.html index f524fcc3e0..10eec9c005 100644 --- a/deal.II/doc/tutorial/chapter-2.step-by-step/step-17.data/intro.html +++ b/deal.II/doc/tutorial/chapter-2.step-by-step/step-17.data/intro.html @@ -3,7 +3,7 @@

This program does not introduce any new mathematical ideas; in fact, all it -does is to do the exact same computations that step-8 +does is to do the exact same computations that step-8 already does, but it does so in a different manner: instead of using deal.II's own linear algebra classes, we build everything on top of classes deal.II provides that wrap around the linear algebra implementation of the