summaryrefslogtreecommitdiff
path: root/include/phat/algorithms/standard_reduction.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/phat/algorithms/standard_reduction.h')
-rw-r--r--include/phat/algorithms/standard_reduction.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/phat/algorithms/standard_reduction.h b/include/phat/algorithms/standard_reduction.h
index 9b3a286..d8762fa 100644
--- a/include/phat/algorithms/standard_reduction.h
+++ b/include/phat/algorithms/standard_reduction.h
@@ -39,6 +39,7 @@ namespace phat {
if( lowest_one != -1 ) {
lowest_one_lookup[ lowest_one ] = cur_col;
}
+ boundary_matrix.finalize( cur_col );
}
}
};