From 3c7dbf7c726098b4f33673eead9dddcca0f05ea7 Mon Sep 17 00:00:00 2001
From: Thomas Witkowski <thomas.witkowski@gmx.de>
Date: Thu, 26 Nov 2009 15:43:59 +0000
Subject: [PATCH] Small bugfix in OEMSolver

---
 AMDiS/src/OEMSolver.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/AMDiS/src/OEMSolver.h b/AMDiS/src/OEMSolver.h
index a80dc29a..d42a5cf4 100644
--- a/AMDiS/src/OEMSolver.h
+++ b/AMDiS/src/OEMSolver.h
@@ -218,7 +218,7 @@ namespace AMDiS {
     }
 
     /// Sets \ref relative
-    inline void setRelative(bool rel) 
+    inline void setRelative(double rel) 
     {
       relative = rel;
     }
-- 
GitLab