summaryrefslogtreecommitdiff
path: root/src/self_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/self_test.cpp')
-rw-r--r--src/self_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/self_test.cpp b/src/self_test.cpp
index b310eb5..02bca5e 100644
--- a/src/self_test.cpp
+++ b/src/self_test.cpp
@@ -30,7 +30,7 @@
#include <phat/algorithms/standard_reduction.h>
#include <phat/algorithms/row_reduction.h>
#include <phat/algorithms/chunk_reduction.h>
-#include <phat/algorithms/block_spectral_sequence_reduction.h>
+#include <phat/algorithms/spectral_sequence_reduction.h>
int main( int argc, char** argv )
{