From: David Wells Date: Sun, 5 Jun 2016 22:02:18 +0000 (-0400) Subject: Clarify a deprecated class' status. X-Git-Tag: v8.5.0-rc1~985^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2668%2Fhead;p=dealii.git Clarify a deprecated class' status. --- diff --git a/examples/step-22/doc/intro.dox b/examples/step-22/doc/intro.dox index b795f8a79c..5b7fb78496 100644 --- a/examples/step-22/doc/intro.dox +++ b/examples/step-22/doc/intro.dox @@ -818,8 +818,8 @@ shows how the profile looked at an early stage of optimizing this program: -As mentioned above, the runtime of this version was about four times as long -as for the first profile, with the SparseILU decomposition taking up about -30% of the instruction count, and operations on the ill-suited -CompressedSparsityPattern about 10%. Both these bottlenecks have since been +As mentioned above, the runtime of this version was about four times as long as +for the first profile, with the SparseILU decomposition taking up about 30% of +the instruction count, and operations an early, inefficient version of +DynamicSparsityPattern about 10%. Both these bottlenecks have since been completely removed.