From b24fa30ea4c5ad0591c648ec70459a73f82c2120 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 14 Jun 2004 15:11:31 +0000 Subject: [PATCH] Fix formatting. git-svn-id: https://svn.dealii.org/trunk@9424 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/block_sparse_matrix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/lac/include/lac/block_sparse_matrix.h b/deal.II/lac/include/lac/block_sparse_matrix.h index f32d54a7ef..5abf9e5575 100644 --- a/deal.II/lac/include/lac/block_sparse_matrix.h +++ b/deal.II/lac/include/lac/block_sparse_matrix.h @@ -145,7 +145,6 @@ class BlockSparseMatrix : public BlockMatrixBase > BlockSparseMatrix & operator = (const double d); - /** * Release all memory and return * to a state just like after @@ -159,6 +158,7 @@ class BlockSparseMatrix : public BlockMatrixBase > * object to have no blocks at all. */ void clear (); + /** * Reinitialize the sparse matrix * with the given sparsity -- 2.39.5