From 89e817d7d7da1ffd66ac5b657af0036327b8b866 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Mon, 9 Apr 2018 17:20:45 +0200 Subject: [PATCH] Fix documentation of SparsityPattern --- include/deal.II/lac/sparsity_pattern.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/lac/sparsity_pattern.h b/include/deal.II/lac/sparsity_pattern.h index ae5b6576ff..46a13b3f0c 100644 --- a/include/deal.II/lac/sparsity_pattern.h +++ b/include/deal.II/lac/sparsity_pattern.h @@ -511,7 +511,7 @@ public: /** * Reallocate memory for a matrix of size @p m times @p n. The number of * entries for each row is taken from the array @p row_lengths which - * has to give this number of each row $i=1\ldots m#. + * has to give this number of each row $i=1\ldots m$. * * If m*n==0 all memory is freed, resulting in a total * reinitialization of the object. If it is nonzero, new memory is only -- 2.39.5