summaryrefslogtreecommitdiff
path: root/matching/example/matching_dist.cpp
diff options
context:
space:
mode:
authorArnur Nigmetov <nigmetov@tugraz.at>2020-03-07 08:44:20 +0100
committerArnur Nigmetov <nigmetov@tugraz.at>2020-03-07 08:44:20 +0100
commit490fed367bb97a96b90caa6ef04265c063d91df1 (patch)
tree0e3da694012f399b85fa8ea6e064633b092877ad /matching/example/matching_dist.cpp
parent5ebf7142b00554b3f5d151c8b4e81b746962a5b8 (diff)
Fix multiple bugs in matching distance for modules, add example.
Diffstat (limited to 'matching/example/matching_dist.cpp')
-rw-r--r--matching/example/matching_dist.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/matching/example/matching_dist.cpp b/matching/example/matching_dist.cpp
index 13e5c6d..734f6cc 100644
--- a/matching/example/matching_dist.cpp
+++ b/matching/example/matching_dist.cpp
@@ -13,9 +13,6 @@
#include "spdlog/spdlog.h"
#include "spdlog/fmt/ostr.h"
-//#include "persistence_module.h"
-#include "bifiltration.h"
-#include "box.h"
#include "matching_distance.h"
using Real = double;