summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnur Nigmetov <a.nigmetov@gmail.com>2016-07-18 15:17:55 +0200
committerArnur Nigmetov <a.nigmetov@gmail.com>2016-07-18 15:17:55 +0200
commitd1cf630f193cff61c83999600550634032ed1739 (patch)
tree1ccf1914e784a7713b795e9a12559968eae21b33
parente361357d52058bb1df1a1cf64f13f87e4c88472f (diff)
Rename def_debug.h to def_debug_ws.h
-rw-r--r--geom_matching/wasserstein/include/basic_defs_ws.h2
-rw-r--r--geom_matching/wasserstein/include/def_debug_ws.h (renamed from geom_matching/wasserstein/include/def_debug.h)0
-rw-r--r--geom_matching/wasserstein/src/auction_oracle.cpp2
-rw-r--r--geom_matching/wasserstein/src/auction_runner_gs.cpp2
-rw-r--r--geom_matching/wasserstein/src/auction_runner_jac.cpp2
-rw-r--r--geom_matching/wasserstein/src/wasserstein.cpp2
6 files changed, 5 insertions, 5 deletions
diff --git a/geom_matching/wasserstein/include/basic_defs_ws.h b/geom_matching/wasserstein/include/basic_defs_ws.h
index 20cd2a0..9e9c4ec 100644
--- a/geom_matching/wasserstein/include/basic_defs_ws.h
+++ b/geom_matching/wasserstein/include/basic_defs_ws.h
@@ -42,7 +42,7 @@ derivative works thereof, in binary and source code form.
#endif
-#include "def_debug.h"
+#include "def_debug_ws.h"
#define MIN_VALID_ID 10
diff --git a/geom_matching/wasserstein/include/def_debug.h b/geom_matching/wasserstein/include/def_debug_ws.h
index 7323c18..7323c18 100644
--- a/geom_matching/wasserstein/include/def_debug.h
+++ b/geom_matching/wasserstein/include/def_debug_ws.h
diff --git a/geom_matching/wasserstein/src/auction_oracle.cpp b/geom_matching/wasserstein/src/auction_oracle.cpp
index f906d26..088936b 100644
--- a/geom_matching/wasserstein/src/auction_oracle.cpp
+++ b/geom_matching/wasserstein/src/auction_oracle.cpp
@@ -30,7 +30,7 @@ derivative works thereof, in binary and source code form.
#include <functional>
#include <iterator>
-#include "def_debug.h"
+#include "def_debug_ws.h"
#include "auction_oracle.h"
namespace geom_ws {
diff --git a/geom_matching/wasserstein/src/auction_runner_gs.cpp b/geom_matching/wasserstein/src/auction_runner_gs.cpp
index 10d37c9..4ff495f 100644
--- a/geom_matching/wasserstein/src/auction_runner_gs.cpp
+++ b/geom_matching/wasserstein/src/auction_runner_gs.cpp
@@ -32,7 +32,7 @@ derivative works thereof, in binary and source code form.
#include <iterator>
#include <chrono>
-#include "def_debug.h"
+#include "def_debug_ws.h"
#include "auction_runner_gs.h"
#include "wasserstein.h"
diff --git a/geom_matching/wasserstein/src/auction_runner_jac.cpp b/geom_matching/wasserstein/src/auction_runner_jac.cpp
index dcade94..08ed202 100644
--- a/geom_matching/wasserstein/src/auction_runner_jac.cpp
+++ b/geom_matching/wasserstein/src/auction_runner_jac.cpp
@@ -30,7 +30,7 @@ derivative works thereof, in binary and source code form.
#include <functional>
#include <iterator>
-#include "def_debug.h"
+#include "def_debug_ws.h"
#include "auction_runner_jac.h"
#include "wasserstein.h"
diff --git a/geom_matching/wasserstein/src/wasserstein.cpp b/geom_matching/wasserstein/src/wasserstein.cpp
index 5761f11..cac811b 100644
--- a/geom_matching/wasserstein/src/wasserstein.cpp
+++ b/geom_matching/wasserstein/src/wasserstein.cpp
@@ -30,7 +30,7 @@ derivative works thereof, in binary and source code form.
#include <functional>
#include <iterator>
-#include "def_debug.h"
+#include "def_debug_ws.h"
#include "wasserstein.h"
#ifdef GAUSS_SEIDEL_AUCTION