summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorjan.reininghaus <jan.reininghaus@8e3bb3c2-eed4-f18f-5264-0b6c94e6926d>2013-12-17 10:32:49 +0000
committerjan.reininghaus <jan.reininghaus@8e3bb3c2-eed4-f18f-5264-0b6c94e6926d>2013-12-17 10:32:49 +0000
commit38ead7f8efac523d6fe0d78bb31474063d8ab5b2 (patch)
treea93b33ec11fcfbe6584afef79777fa324024a879 /include
parentd7d252f4ab9cfea4001b29f25982fd045524054c (diff)
rename block_spectral_sequence_reduction to spectral_sequence_reduction
git-svn-id: https://phat.googlecode.com/svn/trunk@149 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
Diffstat (limited to 'include')
-rw-r--r--include/phat/algorithms/block_spectral_sequence_reduction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/phat/algorithms/block_spectral_sequence_reduction.h b/include/phat/algorithms/block_spectral_sequence_reduction.h
index 2240c34..8a9500f 100644
--- a/include/phat/algorithms/block_spectral_sequence_reduction.h
+++ b/include/phat/algorithms/block_spectral_sequence_reduction.h
@@ -22,7 +22,7 @@
#include <phat/boundary_matrix.h>
namespace phat {
- class block_spectral_sequence_reduction {
+ class spectral_sequence_reduction {
public:
template< typename Representation >
void operator () ( boundary_matrix< Representation >& boundary_matrix ) {