[opengm] 361/386: fix wrong namespace

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Aug 31 08:38:34 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 3c0baa0b5584d95572ad35b3884c722c6a144d6a
Author: Joerg Kappes <kappes at math.uni-heidelberg.de>
Date:   Fri Apr 8 23:26:01 2016 +0200

    fix wrong namespace
---
 include/opengm/inference/auxiliary/minstcutboost.hxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/opengm/inference/auxiliary/minstcutboost.hxx b/include/opengm/inference/auxiliary/minstcutboost.hxx
index aec0256..0a479be 100644
--- a/include/opengm/inference/auxiliary/minstcutboost.hxx
+++ b/include/opengm/inference/auxiliary/minstcutboost.hxx
@@ -143,7 +143,7 @@ namespace opengm {
          q.push(*(vertices(graph_).first)); // source
          while (!q.empty()) {
             out_edge_iterator current, end;
-            std::tr1::tie(current, end) = out_edges(q.front(), graph_);
+            boost::tie(current, end) = out_edges(q.front(), graph_);
             q.pop();
             while (current != end) {
                if (graph_[*current].residual > 0) {

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