From f564232e6fd91fe616518cd345b52ae0fa564f52 Mon Sep 17 00:00:00 2001 From: Elias Pipping <elias.pipping@fu-berlin.de> Date: Sun, 14 May 2017 13:29:45 +0200 Subject: [PATCH] Remove out-of-place comment --- dune/solvers/common/staticmatrixtools.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/dune/solvers/common/staticmatrixtools.hh b/dune/solvers/common/staticmatrixtools.hh index 7fcc02e4..31d9c96f 100644 --- a/dune/solvers/common/staticmatrixtools.hh +++ b/dune/solvers/common/staticmatrixtools.hh @@ -97,7 +97,6 @@ namespace StaticMatrix - // compute i-th row of A*v for an edge vector e = e_i - e_j with i!=j ********************** template <class K> static Dune::FieldMatrix<K,1,1>& toMatrix(K& x) { -- GitLab