From: Daniel Arndt Date: Mon, 9 Apr 2018 15:20:45 +0000 (+0200) Subject: Fix documentation of SparsityPattern X-Git-Tag: v9.0.0-rc1~199^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89e817d7d7da1ffd66ac5b657af0036327b8b866;p=dealii.git Fix documentation of SparsityPattern --- 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