summaryrefslogtreecommitdiff
path: root/matching/include/matching_distance.h
diff options
context:
space:
mode:
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