From 743d0de9fde480a1e0205a0da944635bf9519118 Mon Sep 17 00:00:00 2001 From: Max Kahnt <max.kahnt@fu-berlin.de> Date: Sat, 30 Sep 2017 15:37:40 +0200 Subject: [PATCH] Add todos about outdating. --- dune/matrix-vector/singlenonzerocolumnmatrix.hh | 4 +++- dune/matrix-vector/singlenonzerorowmatrix.hh | 5 ++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/dune/matrix-vector/singlenonzerocolumnmatrix.hh b/dune/matrix-vector/singlenonzerocolumnmatrix.hh index 6b515d4..11697bd 100644 --- a/dune/matrix-vector/singlenonzerocolumnmatrix.hh +++ b/dune/matrix-vector/singlenonzerocolumnmatrix.hh @@ -9,6 +9,8 @@ #include <dune/fufem/arithmetic.hh> #include <dune/fufem/indexedsliceiterator.hh> +// TODO fix namespcae (also for the MatrixTraits injection down below) + /** * \brief A static matrix that has only a single nonzero column * @@ -112,7 +114,7 @@ protected: }; - +// TODO these are probably outdated. namespace Arithmetic { template<class K, int ROWS, int COLS> diff --git a/dune/matrix-vector/singlenonzerorowmatrix.hh b/dune/matrix-vector/singlenonzerorowmatrix.hh index f88b769..f23123c 100644 --- a/dune/matrix-vector/singlenonzerorowmatrix.hh +++ b/dune/matrix-vector/singlenonzerorowmatrix.hh @@ -8,6 +8,9 @@ #include <dune/fufem/arithmetic.hh> #include <dune/fufem/indexedsliceiterator.hh> + +// TODO fix namespace (also for the MatrixTraits injection down below) + /** * \brief A static matrix that has only a single nonzero row * @@ -117,7 +120,7 @@ protected: }; - +// TODO these are probably outdated. namespace Arithmetic { template<class K, int ROWS, int COLS> -- GitLab