From 38ead7f8efac523d6fe0d78bb31474063d8ab5b2 Mon Sep 17 00:00:00 2001 From: "jan.reininghaus" Date: Tue, 17 Dec 2013 10:32:49 +0000 Subject: rename block_spectral_sequence_reduction to spectral_sequence_reduction git-svn-id: https://phat.googlecode.com/svn/trunk@149 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d --- include/phat/algorithms/block_spectral_sequence_reduction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 namespace phat { - class block_spectral_sequence_reduction { + class spectral_sequence_reduction { public: template< typename Representation > void operator () ( boundary_matrix< Representation >& boundary_matrix ) { -- cgit v1.2.3