From 90d8670595da99df7cd4f0f128ef5095a608472a Mon Sep 17 00:00:00 2001 From: David Wells Date: Sat, 20 Feb 2016 20:14:32 -0500 Subject: [PATCH] Do not label plain classes as templates. --- examples/step-20/step-20.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/step-20/step-20.cc b/examples/step-20/step-20.cc index 90fa8cc127..d94627be3c 100644 --- a/examples/step-20/step-20.cc +++ b/examples/step-20/step-20.cc @@ -606,7 +606,7 @@ namespace Step20 } - // @sect4{The SchurComplement class template} + // @sect4{The SchurComplement class} // The next class is the Schur complement class. Its rationale has also been // discussed in length in the introduction. Like InverseMatrix, @@ -664,7 +664,7 @@ namespace Step20 } - // @sect4{The ApproximateSchurComplement class template} + // @sect4{The ApproximateSchurComplement class} // The third component of our solver and preconditioner system is the class // that approximates the Schur complement with the method described in the -- 2.39.5