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

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

diff --git a/dune/tectonic/myconvexproblem.hh b/dune/tectonic/myconvexproblem.hh
index 054152fa..c2eb3445 100644
--- a/dune/tectonic/myconvexproblem.hh
+++ b/dune/tectonic/myconvexproblem.hh
@@ -1,4 +1,5 @@
 // Based on dune/tnnmg/problem-classes/convexproblem.hh
+// Allows phi to be const; does away with everything we do not need
 
 #ifndef MY_CONVEX_PROBLEM_HH
 #define MY_CONVEX_PROBLEM_HH
diff --git a/dune/tectonic/mydirectionalconvexfunction.hh b/dune/tectonic/mydirectionalconvexfunction.hh
index 0a33465b..0b094738 100644
--- a/dune/tectonic/mydirectionalconvexfunction.hh
+++ b/dune/tectonic/mydirectionalconvexfunction.hh
@@ -1,5 +1,5 @@
 // Copied from dune/tnnmg/problem-classes/directionalconvexfunction.hh
-// so that phi can be const
+// Allows phi to be const
 
 #ifndef MY_DIRECTIONAL_CONVEX_FUNCTION_HH
 #define MY_DIRECTIONAL_CONVEX_FUNCTION_HH
-- 
GitLab