From 585ea98bbe262e5bb199d8eb8fd2aaee905b09a5 Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 16 Jul 1999 11:39:02 +0000 Subject: [PATCH] Doc update. git-svn-id: https://svn.dealii.org/trunk@1585 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/sparse_matrix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/lac/include/lac/sparse_matrix.h b/deal.II/lac/include/lac/sparse_matrix.h index 729a43ac95..8f36b4310d 100644 --- a/deal.II/lac/include/lac/sparse_matrix.h +++ b/deal.II/lac/include/lac/sparse_matrix.h @@ -816,7 +816,7 @@ class SparseMatrix : public Subscriptor * Access to values in internal * mode. Returns the value of * the #index#th entry in - * #row#. Here, #index refers to + * #row#. Here, #index# refers to * the internal representation of * the matrix, not the column. Be * sure to understand what you are -- 2.39.5