From: David Wells Date: Sun, 21 Feb 2016 01:14:32 +0000 (-0500) Subject: Do not label plain classes as templates. X-Git-Tag: v8.5.0-rc1~1302^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90d8670595da99df7cd4f0f128ef5095a608472a;p=dealii.git Do not label plain classes as templates. --- 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