From: Ralf Hartmann Date: Mon, 3 May 1999 16:18:12 +0000 (+0000) Subject: fix documentation X-Git-Tag: v8.0.0~22033 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=893d76d040c6bed85b01d0db57b8efad081f5418;p=dealii.git fix documentation git-svn-id: https://svn.dealii.org/trunk@1253 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/precondition_block.h b/deal.II/lac/include/lac/precondition_block.h index 16c6ec8514..26e9e0f8ad 100644 --- a/deal.II/lac/include/lac/precondition_block.h +++ b/deal.II/lac/include/lac/precondition_block.h @@ -38,15 +38,14 @@ * The first template parameter denotes the type of number representation in * the sparse matrix, the second denotes the type of number representation in * which the inverse diagonal block - * matrices are stored by #invert_diagblocks(const SparseMatrix &A)#. + * matrices are stored by #invert_diagblocks()#. */ template class PreconditionBlock: public Subscriptor { public: /** - * Constructor. Takes the matrix as - * argument. + * Constructor. */ PreconditionBlock();