[opengm] 185/386: fix ifdef

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Aug 31 08:37:37 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 3f283a62bb9b5d6feb1d2e0bb16a8bb3cfb348e3
Author: mschiegg <martin.schiegg at iwr.uni-heidelberg.de>
Date:   Fri Dec 19 18:21:05 2014 +0100

    fix ifdef
---
 src/interfaces/python/opengm/learning/helper.hxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/interfaces/python/opengm/learning/helper.hxx b/src/interfaces/python/opengm/learning/helper.hxx
index 72bd562..7a2735f 100644
--- a/src/interfaces/python/opengm/learning/helper.hxx
+++ b/src/interfaces/python/opengm/learning/helper.hxx
@@ -122,7 +122,7 @@ public:
 #ifdef WITH_QPBO
        typedef opengm::external::QPBO<GMType>  QpboExternal;
 #endif
-#ifdef WITH_QPBO
+#ifdef WITH_TRWS
        typedef opengm::external::TRWS<GMType>  TrwsExternal;
 #endif
 

-- 
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