From: Wolfgang Bangerth Date: Mon, 10 May 2004 21:13:25 +0000 (+0000) Subject: Fix typos in the documentation. X-Git-Tag: v8.0.0~15189 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a3a47184683a0f262b9e31a39e5c7bcb0246d04;p=dealii.git Fix typos in the documentation. git-svn-id: https://svn.dealii.org/trunk@9231 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/sparse_decomposition.h b/deal.II/lac/include/lac/sparse_decomposition.h index 6dd9dc9e27..3351ca160e 100644 --- a/deal.II/lac/include/lac/sparse_decomposition.h +++ b/deal.II/lac/include/lac/sparse_decomposition.h @@ -50,8 +50,8 @@ * An object of this class can be used in the same form as all * PreconditionBlock preconditioners: * @code - * SparseLUImplementation lu; - * lu.initialize(matrix, SparseLUImplementation::AdditionalData(...)); + * SparseLUDecomposition lu; + * lu.initialize(matrix, SparseLUDecomposition::AdditionalData(...)); * * somesolver.solve (A, x, f, lu); * @endcode