summaryrefslogtreecommitdiff
path: root/matching/include/matching_distance.h
diff options
context:
space:
mode:
authorArnur Nigmetov <nigmetov@tugraz.at>2020-02-18 18:48:26 +0100
committerArnur Nigmetov <nigmetov@tugraz.at>2020-02-18 18:48:44 +0100
commitdfb161cb17a546329921ce27e1d9c4fa93e2a506 (patch)
tree3253fc889cd5d394dbae9a49f2d408fbfc6f1694 /matching/include/matching_distance.h
parentb9cad937b5a0c6d27c88b5102e123d350938afe2 (diff)
Rename enum.
Diffstat (limited to 'matching/include/matching_distance.h')
-rw-r--r--matching/include/matching_distance.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/matching/include/matching_distance.h b/matching/include/matching_distance.h
index 72743a4..bb1dfea 100644
--- a/matching/include/matching_distance.h
+++ b/matching/include/matching_distance.h
@@ -77,13 +77,11 @@ namespace md {
#endif
};
+
template<class DiagramProvider>
class DistanceCalculator {
-// using DiagramProvider = md::Bifiltration;
-// using DiagramProvider = md::ModulePresentation;
using DualBox = md::DualBox;
-
using CellValueVector = std::vector<CellWithValue>;
public: