From 64b2b29a07b0f38671a313f3393c3030451c8fbb Mon Sep 17 00:00:00 2001
From: Elias Pipping <elias.pipping@fu-berlin.de>
Date: Thu, 16 Aug 2012 09:21:47 +0200
Subject: [PATCH] Comments

---
 dune/tectonic/myconvexproblem.hh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dune/tectonic/myconvexproblem.hh b/dune/tectonic/myconvexproblem.hh
index 76542cd4..19ea2f52 100644
--- a/dune/tectonic/myconvexproblem.hh
+++ b/dune/tectonic/myconvexproblem.hh
@@ -1,5 +1,7 @@
 // Based on dune/tnnmg/problem-classes/convexproblem.hh
 // Allows phi to be const; does away with everything we do not need
+// convexproblem.hh also currently uses *(NULL) which leads to undefined
+// behaviour
 
 #ifndef MY_CONVEX_PROBLEM_HH
 #define MY_CONVEX_PROBLEM_HH
-- 
GitLab