From: wolf Date: Fri, 14 Feb 2003 16:35:45 +0000 (+0000) Subject: Fix doc tag. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5eba711ff7e67fae3d46732bf5661b3415849a1b;p=dealii-svn.git Fix doc tag. git-svn-id: https://svn.dealii.org/trunk@7085 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/solver_cg.h b/deal.II/lac/include/lac/solver_cg.h index 8fef58bc39..9590545a12 100644 --- a/deal.II/lac/include/lac/solver_cg.h +++ b/deal.II/lac/include/lac/solver_cg.h @@ -35,7 +35,7 @@ * temporary vectors. For this class, there is a switch allowing for * additional output for the computation of eigenvalues of the matrix. * - * @section{Eigenvalue computation} + * @sect3{Eigenvalue computation} * * See Y. Saad: "Iterative methods for Sparse Linear Systems", section * 6.7.3 for details.