summaryrefslogtreecommitdiff
path: root/matching/include/matching_distance.h
diff options
context:
space:
mode:
authorArnur Nigmetov <nigmetov@tugraz.at>2020-03-06 18:29:25 +0100
committerArnur Nigmetov <nigmetov@tugraz.at>2020-03-06 18:29:25 +0100
commit5ebf7142b00554b3f5d151c8b4e81b746962a5b8 (patch)
treefc5306ab414ef803e6bcbe13817e1c1d990b08b5 /matching/include/matching_distance.h
parent3809e4071827a5959f27e472514eaed08ba6d15e (diff)
Reorganize matching_dist code, minor fixes.
Diffstat (limited to 'matching/include/matching_distance.h')
-rw-r--r--matching/include/matching_distance.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/matching/include/matching_distance.h b/matching/include/matching_distance.h
index 5be34c7..276cc3a 100644
--- a/matching/include/matching_distance.h
+++ b/matching/include/matching_distance.h
@@ -169,7 +169,7 @@ namespace md {
bool print_stats { false };
#ifdef MD_PRINT_HEAT_MAP
- HeatMaps heat_maps;
+ HeatMaps<Real> heat_maps;
#endif
};