summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/phat/algorithms/spectral_sequence_reduction.h (renamed from include/phat/algorithms/block_spectral_sequence_reduction.h)0
-rw-r--r--src/benchmark.cpp2
-rw-r--r--src/phat.cpp2
-rw-r--r--src/self_test.cpp2
4 files changed, 3 insertions, 3 deletions
diff --git a/include/phat/algorithms/block_spectral_sequence_reduction.h b/include/phat/algorithms/spectral_sequence_reduction.h
index 8a9500f..8a9500f 100644
--- a/include/phat/algorithms/block_spectral_sequence_reduction.h
+++ b/include/phat/algorithms/spectral_sequence_reduction.h
diff --git a/src/benchmark.cpp b/src/benchmark.cpp
index 94ace84..82d0107 100644
--- a/src/benchmark.cpp
+++ b/src/benchmark.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>
#include <phat/helpers/dualize.h>
diff --git a/src/phat.cpp b/src/phat.cpp
index a3b8295..8fcd42c 100644
--- a/src/phat.cpp
+++ b/src/phat.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>
#include <phat/helpers/dualize.h>
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 )
{