From 534a724c27a9878eb809c4a06ad82673ca0d7694 Mon Sep 17 00:00:00 2001 From: David Wells Date: Sun, 5 Jun 2016 18:02:18 -0400 Subject: [PATCH] Clarify a deprecated class' status. --- examples/step-22/doc/intro.dox | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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. -- 2.39.5