summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjan.reininghaus <jan.reininghaus@8e3bb3c2-eed4-f18f-5264-0b6c94e6926d>2013-12-17 12:02:56 +0000
committerjan.reininghaus <jan.reininghaus@8e3bb3c2-eed4-f18f-5264-0b6c94e6926d>2013-12-17 12:02:56 +0000
commit5b3eeab1b337a3a1c434ccbf62a3284201158eb6 (patch)
treeb5d238bca949a254d8e8cfb144de11d7fd265cb4 /src
parent38ead7f8efac523d6fe0d78bb31474063d8ab5b2 (diff)
actual file rename of block_spectral_sequence_reduction.h to spectral_sequence_reduction.h
git-svn-id: https://phat.googlecode.com/svn/trunk@150 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
Diffstat (limited to 'src')
-rw-r--r--src/benchmark.cpp2
-rw-r--r--src/phat.cpp2
-rw-r--r--src/self_test.cpp2
3 files changed, 3 insertions, 3 deletions
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 )
{