summaryrefslogtreecommitdiff
path: root/src/benchmark.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/benchmark.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/benchmark.cpp')
-rw-r--r--src/benchmark.cpp2
1 files changed, 1 insertions, 1 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>