summaryrefslogtreecommitdiff
path: root/include/phat/algorithms/block_spectral_sequence_reduction.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/phat/algorithms/block_spectral_sequence_reduction.h')
-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 ) {