From e2bb3dd5431aaf056add6f425ff2d6824b9b02d8 Mon Sep 17 00:00:00 2001 From: hartmann Date: Mon, 3 May 1999 16:18:12 +0000 Subject: [PATCH] fix documentation git-svn-id: https://svn.dealii.org/trunk@1253 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/precondition_block.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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(); -- 2.39.5