From: Wolfgang Bangerth Date: Fri, 14 Feb 2003 16:35:45 +0000 (+0000) Subject: Fix doc tag. X-Git-Tag: v8.0.0~16954 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2293818d129e1dd314f0c46a5377a18e8443fc1e;p=dealii.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.