From 061d9c9c5c5afc70b9b619032f874d98203909d4 Mon Sep 17 00:00:00 2001
From: Elias Pipping <elias.pipping@fu-berlin.de>
Date: Fri, 28 Oct 2011 17:42:02 +0200
Subject: [PATCH] Remove obsolete semicolon

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

diff --git a/src/myblockproblem.hh b/src/myblockproblem.hh
index 55184520..47d51840 100644
--- a/src/myblockproblem.hh
+++ b/src/myblockproblem.hh
@@ -185,7 +185,7 @@ class MyBlockProblem<ConvexProblemTypeTEMPLATE>::IterateObject {
     //            ui = bisection.minimize<OneDConvexFunction>(local_J, u[i],
     // u[i], bisectionsteps);
     return;
-  };
+  }
 
 private:
   // problem data
-- 
GitLab