summaryrefslogtreecommitdiff
path: root/include/phat/algorithms/spectral_sequence_reduction.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/phat/algorithms/spectral_sequence_reduction.h')
-rw-r--r--include/phat/algorithms/spectral_sequence_reduction.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/phat/algorithms/spectral_sequence_reduction.h b/include/phat/algorithms/spectral_sequence_reduction.h
index b0d4ec1..bf442e6 100644
--- a/include/phat/algorithms/spectral_sequence_reduction.h
+++ b/include/phat/algorithms/spectral_sequence_reduction.h
@@ -65,6 +65,7 @@ namespace phat {
if( lowest_one >= row_begin && lowest_one < row_end ) {
lowest_one_lookup[ lowest_one ] = cur_col;
boundary_matrix.clear( lowest_one );
+ boundary_matrix.finalize( cur_col );
} else {
unreduced_cols_next_pass[ cur_stripe ].push_back( cur_col );
}