From 66b956dcb61a4cd924e54fd6b22ad3331fdb6d91 Mon Sep 17 00:00:00 2001
From: Elias Pipping <elias.pipping@fu-berlin.de>
Date: Fri, 16 Dec 2011 16:08:37 +0100
Subject: [PATCH] Make method non-virtual

---
 dune/tectonic/myblockproblem.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dune/tectonic/myblockproblem.hh b/dune/tectonic/myblockproblem.hh
index 040f363a..2acb4922 100644
--- a/dune/tectonic/myblockproblem.hh
+++ b/dune/tectonic/myblockproblem.hh
@@ -57,7 +57,7 @@ template <class MyConvexProblemTypeTEMPLATE> class MyBlockProblem {
         0); // safety: acceptance factor for inexact minimization
   }
 
-  std::string virtual getOutput(bool header = false) const {
+  std::string getOutput(bool header = false) const {
     // TODO: implement (not urgent)
     return std::string();
   }
-- 
GitLab