From 55aebef8f3e0465bc5f1f25763285c861730ccf0 Mon Sep 17 00:00:00 2001 From: David Wells Date: Sat, 12 Dec 2015 16:44:41 -0500 Subject: [PATCH] Fix some dead links in the preconditioners module. --- doc/doxygen/headers/preconditioners.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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

* -- 2.39.5