summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kerber <mkerber@fgeompc15.tugraz.local>2020-08-24 13:58:23 +0200
committerMichael Kerber <mkerber@fgeompc15.tugraz.local>2020-08-24 13:58:23 +0200
commit4cb490d7fabf2e3920d1e7efb4e10c5f5f1ae102 (patch)
tree1dad28a8c251890069c9fbd538a555faa6a8f7a3
parent1e2cce06b3de2503cb2336af892fa5024154f920 (diff)
Fixed python wrapper with respect to update
-rw-r--r--python/_phat.cpp10
1 files changed, 1 insertions, 9 deletions
diff --git a/python/_phat.cpp b/python/_phat.cpp
index df7449d..f0a1516 100644
--- a/python/_phat.cpp
+++ b/python/_phat.cpp
@@ -12,15 +12,7 @@
#include "phat/persistence_pairs.h"
#include "phat/compute_persistence_pairs.h"
#include "phat/boundary_matrix.h"
-#include "phat/representations/abstract_pivot_column.h"
-#include <phat/representations/vector_vector.h>
-#include <phat/representations/vector_heap.h>
-#include <phat/representations/vector_set.h>
-#include <phat/representations/vector_list.h>
-#include <phat/representations/sparse_pivot_column.h>
-#include <phat/representations/heap_pivot_column.h>
-#include <phat/representations/full_pivot_column.h>
-#include <phat/representations/bit_tree_pivot_column.h>
+#include "phat/representations/default_representations.h"
#include <phat/algorithms/twist_reduction.h>
#include <phat/algorithms/standard_reduction.h>
#include <phat/algorithms/row_reduction.h>