From: David Wells Date: Fri, 4 May 2018 02:28:27 +0000 (-0400) Subject: Fix a typo. X-Git-Tag: v9.0.0-rc1~18^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b9085398a8dd184a7979eef4da13175f38f1639;p=dealii.git Fix a typo. --- diff --git a/examples/step-18/doc/intro.dox b/examples/step-18/doc/intro.dox index 87e63c3919..29fb117239 100644 --- a/examples/step-18/doc/intro.dox +++ b/examples/step-18/doc/intro.dox @@ -116,7 +116,7 @@ around the vertices of our mesh by a finite amount before solving the next linear problem is an inconsistent approach. We should therefore note that it is not surprising that the equations discussed below can't be found in the literature: The model considered here has -little to do with reality! On the other hand, the implementational +little to do with reality! On the other hand, the implementation techniques we consider are very much what one would need to use when implementing a real model, as we will see in step-44.