[opengm] 17/40: fix patch

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sun Feb 14 16:06:02 UTC 2016


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

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

commit 068d7dc0503a5065429ae05bbb195e169af88811
Author: joergkappes <kappes at math.uni-heidelberg.de>
Date:   Wed Dec 2 14:10:43 2015 +0100

    fix patch
---
 src/external/patches/IBFS/ibfs-new.patch | 25 ++++++++++++++++++++-----
 1 file changed, 20 insertions(+), 5 deletions(-)

diff --git a/src/external/patches/IBFS/ibfs-new.patch b/src/external/patches/IBFS/ibfs-new.patch
index 5f73145..03ea48c 100644
--- a/src/external/patches/IBFS/ibfs-new.patch
+++ b/src/external/patches/IBFS/ibfs-new.patch
@@ -1,5 +1,20 @@
-diff ibfs/ibfs.h opengm/src/external/ibfs.src-patched/ibfs.h
-134c134
-< 	IBFSGraph(IBFSInitMode initMode);
----
-> 	IBFSGraph(IBFSInitMode initMode = IB_INIT_FAST);
+diff -c ibfs/ibfs.h ibfs-patched/ibfs.h
+*** ibfs/ibfs.h	2015-10-19 20:23:51.000000000 +0200
+--- ibfs-patched/ibfs.h	2015-12-01 15:18:02.328848972 +0100
+***************
+*** 131,137 ****
+  {
+  public:
+  	enum IBFSInitMode { IB_INIT_FAST, IB_INIT_COMPACT };
+! 	IBFSGraph(IBFSInitMode initMode);
+  	~IBFSGraph();
+  	void setVerbose(bool a_verbose) {
+  		verbose = a_verbose;
+--- 131,137 ----
+  {
+  public:
+  	enum IBFSInitMode { IB_INIT_FAST, IB_INIT_COMPACT };
+! 	IBFSGraph(IBFSInitMode initMode =  IB_INIT_FAST);
+  	~IBFSGraph();
+  	void setVerbose(bool a_verbose) {
+  		verbose = a_verbose;

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