summaryrefslogtreecommitdiff
path: root/src/simple_example.cpp
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2020-08-27 12:35:45 +0200
committerGard Spreemann <gspr@nonempty.org>2020-08-27 12:35:45 +0200
commit0356915f2d3e4f41b1993fc4688f07431506f610 (patch)
tree6eecbae2c86e57948d94f76460929c1793c3813e /src/simple_example.cpp
parenta378599c297e61be6543079945819e8da9d55b38 (diff)
parent746517263955660b5a0a0f4defc18f2d2d84f502 (diff)
Merge tag 'v1.6' into debian/sid
Added tag v1.6 for changeset 746517263955
Diffstat (limited to 'src/simple_example.cpp')
-rw-r--r--src/simple_example.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simple_example.cpp b/src/simple_example.cpp
index ba8aafe..e733630 100644
--- a/src/simple_example.cpp
+++ b/src/simple_example.cpp
@@ -22,7 +22,7 @@
#include <phat/compute_persistence_pairs.h>
// main data structure (choice affects performance)
-#include <phat/representations/vector_vector.h>
+#include <phat/representations/default_representations.h>
// algorithm (choice affects performance)
#include <phat/algorithms/standard_reduction.h>