summaryrefslogtreecommitdiff
path: root/matching/include/matching_distance.h
diff options
context:
space:
mode:
authorArnur Nigmetov <nigmetov@tugraz.at>2020-02-19 15:25:33 +0100
committerArnur Nigmetov <nigmetov@tugraz.at>2020-02-19 15:29:44 +0100
commitbe93a006a3f2c630abf9d0169a70e6292ac7504f (patch)
tree57ead4dd37953dc69aadd7e847f9997a72347013 /matching/include/matching_distance.h
parentdfb161cb17a546329921ce27e1d9c4fa93e2a506 (diff)
Fix BifiltrationProxy bug; disable debug output.
1. Same bifiltration was used in constructing two bifiltration proxies; the second bifiltration was ignored. Fixed. 2. Switched from spd::info to spd::debug in most places. 3. Get rid of absolute paths for test bifiltrations.
Diffstat (limited to 'matching/include/matching_distance.h')
-rw-r--r--matching/include/matching_distance.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/matching/include/matching_distance.h b/matching/include/matching_distance.h
index bb1dfea..bb10203 100644
--- a/matching/include/matching_distance.h
+++ b/matching/include/matching_distance.h
@@ -72,6 +72,9 @@ namespace md {
// (we just return something large enough to prune the cell)
bool stop_asap { true };
+ // print statistics on each quad-tree level
+ bool print_stats { false };
+
#ifdef PRINT_HEAT_MAP
HeatMaps heat_maps;
#endif