From: David Wells Date: Mon, 18 Jul 2016 01:13:38 +0000 (-0400) Subject: Fix a typo in step-5. X-Git-Tag: v8.5.0-rc1~830^2~9 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=467bcd2adee0236d92e34b8b0aefd181245dfd56;p=dealii.git Fix a typo in step-5. --- diff --git a/examples/step-5/step-5.cc b/examples/step-5/step-5.cc index fabe3c8f44..0751828d50 100644 --- a/examples/step-5/step-5.cc +++ b/examples/step-5/step-5.cc @@ -157,7 +157,7 @@ void Step5::setup_system () // As in the previous examples, this function is not changed much with regard // to its functionality, but there are still some optimizations which we will // show. For this, it is important to note that if efficient solvers are used -// (such as the preconditions CG method), assembling the matrix and right hand +// (such as the preconditioned CG method), assembling the matrix and right hand // side can take a comparable time, and you should think about using one or // two optimizations at some places. //