From c95e71eef54cd36ba206e497d564b96682b2e926 Mon Sep 17 00:00:00 2001 From: "ulrich.bauer@gmail.com" Date: Tue, 3 Jun 2014 13:31:14 +0000 Subject: finalize git-svn-id: https://phat.googlecode.com/svn/trunk@182 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d --- include/phat/algorithms/row_reduction.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/phat/algorithms/row_reduction.h') diff --git a/include/phat/algorithms/row_reduction.h b/include/phat/algorithms/row_reduction.h index 62528e1..cdd1a8f 100644 --- a/include/phat/algorithms/row_reduction.h +++ b/include/phat/algorithms/row_reduction.h @@ -36,6 +36,7 @@ namespace phat { if( !lowest_one_lookup[ cur_col ].empty() ) { boundary_matrix.clear( cur_col ); + boundary_matrix.finalize( cur_col ); std::vector< index >& cols_with_cur_lowest = lowest_one_lookup[ cur_col ]; index source = *min_element( cols_with_cur_lowest.begin(), cols_with_cur_lowest.end() ); for( index idx = 0; idx < (index)cols_with_cur_lowest.size(); idx++ ) { -- cgit v1.2.3