From a754d58de12c3831b46e98b8852a66a69af260a7 Mon Sep 17 00:00:00 2001
From: Markus Blatt <mblatt@dune-project.org>
Date: Mon, 19 Sep 2011 12:51:12 +0000
Subject: [PATCH] Documentation fixes.

[[Imported from SVN: r1497]]
---
 dune/istl/matrixmarket.hh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dune/istl/matrixmarket.hh b/dune/istl/matrixmarket.hh
index f46310380..325aad21a 100644
--- a/dune/istl/matrixmarket.hh
+++ b/dune/istl/matrixmarket.hh
@@ -31,7 +31,9 @@ namespace Dune
    * PrintSparseMatrix prints a sparse matrix omitting all nonzeroes.
    * With writeMatrixToMatlab one can write a matrix in a Matlab readable format.
    * Using storeMartrixMarket and loadMatrixMarket one can store and load a parallel ISTL
-   * matrix in MatrixMarket format.
+   * matrix in MatrixMarket format. The latter can even read a matrix written with
+   * writeMatrixToMatlab.
+   *
    *
    * @addtogroup ISTL_IO
    * @{
-- 
GitLab