From 042038a2c537b58cff51e5538c0084379a553cd4 Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Wed, 9 May 2001 12:09:26 +0000 Subject: [PATCH] Small doc fix. git-svn-id: https://svn.dealii.org/trunk@4578 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/sparse_direct.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/deal.II/lac/include/lac/sparse_direct.h b/deal.II/lac/include/lac/sparse_direct.h index 3b4ebd4337..7678e19ceb 100644 --- a/deal.II/lac/include/lac/sparse_direct.h +++ b/deal.II/lac/include/lac/sparse_direct.h @@ -40,7 +40,7 @@ * HSL subroutines, read the section on external libraries in the * deal.II ReadMe file. * - * @section3{Interface and Method} + * @sect3{Interface and Method} * * For the meaning of the three functions @p{initialize}, * @p{factorize}, and @p{solve}, as well as for the method used in @@ -56,7 +56,7 @@ * costly than the decomposition process. * * - * @section3{Parameters to the constructor} + * @sect3{Parameters to the constructor} * * The constructor of this class takes several arguments. The meaning * is the following: the MA27 functions require the user to allocate @@ -95,7 +95,7 @@ * indicated value is far too small and can not be relied upon. * * - * @section3{Note on parallelization} + * @sect3{Note on parallelization} * * Due to the use of global variables through COMMON blocks, the calls * to the sparse direct solver routines is not multithreading-capable, @@ -368,7 +368,7 @@ class SparseDirectMA27 : public Subscriptor * storage required by these functions. * * - * @section3{Interface and Method} + * @sect3{Interface and Method} * * For the meaning of the three functions @p{initialize}, * @p{factorize}, and @p{solve}, as well as for the method used in @@ -384,14 +384,14 @@ class SparseDirectMA27 : public Subscriptor * costly than the decomposition process. * * - * @section3{Parameters to the constructor} + * @sect3{Parameters to the constructor} * * The constructor of this class takes several arguments. Their * meaning is equivalent to those of the constructor of the * @ref{SparseDirectMA27} class; see there for more information. * * - * @section3{Note on parallelization} + * @sect3{Note on parallelization} * * Due to the use of global variables through COMMON blocks, the calls * to the sparse direct solver routines is not multithreading-capable, -- 2.39.5