From: hartmann Date: Mon, 3 May 1999 16:18:12 +0000 (+0000) Subject: fix documentation X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2bb3dd5431aaf056add6f425ff2d6824b9b02d8;p=dealii-svn.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();