From 4cb490d7fabf2e3920d1e7efb4e10c5f5f1ae102 Mon Sep 17 00:00:00 2001 From: Michael Kerber Date: Mon, 24 Aug 2020 13:58:23 +0200 Subject: Fixed python wrapper with respect to update --- python/_phat.cpp | 10 +--------- 1 file changed, 1 insertion(+), 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 -#include -#include -#include -#include -#include -#include -#include +#include "phat/representations/default_representations.h" #include #include #include -- cgit v1.2.3