From: Wolfgang Bangerth Date: Tue, 30 Oct 2007 23:52:11 +0000 (+0000) Subject: Add a newline to the end of the file and finish the sentence that was checked in... X-Git-Tag: v8.0.0~9686 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f597ca56b822eddbb322ea53b212b6b724672e8a;p=dealii.git Add a newline to the end of the file and finish the sentence that was checked in by accident before. git-svn-id: https://svn.dealii.org/trunk@15410 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-29/doc/results.dox b/deal.II/examples/step-29/doc/results.dox index d044b9de14..f59dbabf43 100644 --- a/deal.II/examples/step-29/doc/results.dox +++ b/deal.II/examples/step-29/doc/results.dox @@ -161,4 +161,5 @@ is ${\cal O}(BN)$. This also explains why the program does run in 3d as well (after changing the dimension on the UltrasoundProblem object), but scales very badly and takes extraordinate patience before it finishes solving the linear -system. \ No newline at end of file +system on a mesh with appreciable resolution, even though all the +other parts of the program scale very nicely.