[opengm] 265/386: fix parameter rebind

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Aug 31 08:38:07 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian/master
in repository opengm.

commit e76ecc4dda1565f6b8279106b26330b9eeaf2540
Author: joergkappes <kappes at math.uni-heidelberg.de>
Date:   Tue Jan 20 16:54:34 2015 +0100

    fix parameter rebind
---
 include/opengm/inference/multicut.hxx | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/include/opengm/inference/multicut.hxx b/include/opengm/inference/multicut.hxx
index b2038ca..2fff090 100644
--- a/include/opengm/inference/multicut.hxx
+++ b/include/opengm/inference/multicut.hxx
@@ -123,14 +123,15 @@ public:
             verbose_(p.verbose_),
             verboseCPLEX_(p.verboseCPLEX_),
             cutUp_(p.cutUp_),
-            workFlow_(p.workFlow_),
+            timeOut_(p.timeOut_),
             workFlow_(p.workFlow_),
             maximalNumberOfConstraintsPerRound_(p.maximalNumberOfConstraintsPerRound_),
             edgeRoundingValue_(p.edgeRoundingValue_),
-            MWCRounding_(p.MWCRounding_),
+            MWCRounding_(static_cast<MWCRounding>(p.MWCRounding_)),
             reductionMode_(p.reductionMode_),
-            allowCutsWithin_(p.allowCutsWithin_){
-        }
+            allowCutsWithin_(p.allowCutsWithin_)
+         {
+         }
 
       /// \param numThreads number of threads that should be used (default = 0 [automatic])
       /// \param cutUp value which the optima at least has (helps to cut search-tree)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/opengm.git



More information about the debian-science-commits mailing list