summaryrefslogtreecommitdiff
path: root/matching/src/dual_box.cpp
diff options
context:
space:
mode:
authorArnur Nigmetov <nigmetov@tugraz.at>2020-01-14 16:17:43 +0100
committerArnur Nigmetov <nigmetov@tugraz.at>2020-02-18 15:02:39 +0100
commitee65fce990b1dc683e1220c18c5f404a82373e55 (patch)
tree6c4aabba39f4f302024d17ff088d14653a12563e /matching/src/dual_box.cpp
parent6942d80c4d49239bca9cace9833aa74aee11ddcb (diff)
Interim: matching distance for modules
1. Templatize DistanceCalculator (DiagramProvider) 2. Add BifiltrationProxy with the same interface as ModulePresentation (dimension fixed). 3. Call Hera with relative error. 4. Add class ModulePresentation. To-Do: reading module presentations from Rivet format.
Diffstat (limited to 'matching/src/dual_box.cpp')
-rw-r--r--matching/src/dual_box.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/matching/src/dual_box.cpp b/matching/src/dual_box.cpp
index f9d2979..ff4d30c 100644
--- a/matching/src/dual_box.cpp
+++ b/matching/src/dual_box.cpp
@@ -99,7 +99,7 @@ namespace md {
return result;
}
- std::vector<DualPoint> DualBox::critical_points(const Point& p) const
+ std::vector<DualPoint> DualBox::critical_points(const Point& /*p*/) const
{
// maximal difference is attained at corners
return corners();