summaryrefslogtreecommitdiff
path: root/src/simple_example.cpp
diff options
context:
space:
mode:
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>