summaryrefslogtreecommitdiff
path: root/geom_matching/wasserstein/src
diff options
context:
space:
mode:
Diffstat (limited to 'geom_matching/wasserstein/src')
-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
4 files changed, 4 insertions, 4 deletions
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