From f155434b1f9f1a1b84013dd728dd446e7281c903 Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Fri, 2 Oct 2015 07:08:56 +0200
Subject: [PATCH] Fix copy'n'paste error in documentation

---
 dune/gfe/linearalgebra.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dune/gfe/linearalgebra.hh b/dune/gfe/linearalgebra.hh
index e57c2cc4..8e06338f 100644
--- a/dune/gfe/linearalgebra.hh
+++ b/dune/gfe/linearalgebra.hh
@@ -36,7 +36,7 @@ Dune::FieldMatrix<K,m,n> operator- ( const Dune::FieldMatrix<K, m, n> &A, const
 }
 
 
-//! calculates ret = A - B
+//! calculates ret = A/s
 template< class K, int m, int n>
 Dune::FieldMatrix<K,m,n> operator/ ( const Dune::FieldMatrix<K, m, n> &A, const K& s)
 {
-- 
GitLab