From: David Wells Date: Sat, 12 Dec 2015 21:44:41 +0000 (-0500) Subject: Fix some dead links in the preconditioners module. X-Git-Tag: v8.4.0-rc2~161^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55aebef8f3e0465bc5f1f25763285c861730ccf0;p=dealii.git Fix some dead links in the preconditioners module. --- diff --git a/doc/doxygen/headers/preconditioners.h b/doc/doxygen/headers/preconditioners.h index 703514ab6c..7b03fa5151 100644 --- a/doc/doxygen/headers/preconditioners.h +++ b/doc/doxygen/headers/preconditioners.h @@ -73,8 +73,8 @@ * interface is given by @ref ConceptRelaxationType "the RelaxationType concept". * The classes with names starting with Relaxation in this module * implement this interface, as well as the preconditioners - * PreconditionJacobi, PreconditionSOR, PreconditionSSORP, - * reconditionBlockJacobi, PreconditionBlockSOR, and PreconditionBlockSSOR. + * PreconditionJacobi, PreconditionSOR, PreconditionBlockJacobi, + * PreconditionBlockSOR, and PreconditionBlockSSOR. * *

The interface

*