summaryrefslogtreecommitdiff
path: root/src/self_test.cpp
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/self_test.cpp
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/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 )
{