From f424b78acd34b61918786d1e539c9ff2e24abcf6 Mon Sep 17 00:00:00 2001
From: Felix Schindler <felix.schindler@wwu.de>
Date: Sun, 5 Aug 2018 17:46:40 +0200
Subject: [PATCH] [operators.localizable] add todo

---
 dune/gdt/operators/localizable-operator.hh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dune/gdt/operators/localizable-operator.hh b/dune/gdt/operators/localizable-operator.hh
index 7f141f682..d6f2a8b70 100644
--- a/dune/gdt/operators/localizable-operator.hh
+++ b/dune/gdt/operators/localizable-operator.hh
@@ -24,6 +24,10 @@ namespace Dune {
 namespace GDT {
 
 
+/**
+ * \todo Rename this one to LocalizableDiscreteOperatorBase, create LocalizableOperatorBase which accepts a GridFunction
+ *       as source, derive LocalizableDiscreteOperatorBase from LocalizableOperatorBase.
+ */
 template <class AssemblyGridView,
           class SourceVector,
           size_t source_range_dim = 1,
-- 
GitLab