Skip to content
Snippets Groups Projects
Commit 743d0de9 authored by Max Kahnt's avatar Max Kahnt
Browse files

Add todos about outdating.

parent 6ba07b81
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -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>
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment