summaryrefslogtreecommitdiff
path: root/include/phat/algorithms/chunk_reduction.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/phat/algorithms/chunk_reduction.h')
-rw-r--r--include/phat/algorithms/chunk_reduction.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/phat/algorithms/chunk_reduction.h b/include/phat/algorithms/chunk_reduction.h
index 32a0fe0..1797023 100644
--- a/include/phat/algorithms/chunk_reduction.h
+++ b/include/phat/algorithms/chunk_reduction.h
@@ -101,6 +101,7 @@ namespace phat {
lowest_one_lookup[ lowest_one ] = cur_col;
boundary_matrix.clear( lowest_one );
}
+ boundary_matrix.finalize( cur_col );
}
}
}
@@ -130,6 +131,7 @@ namespace phat {
column_type[ cur_col ] = LOCAL_NEGATIVE;
column_type[ lowest_one ] = LOCAL_POSITIVE;
boundary_matrix.clear( lowest_one );
+ boundary_matrix.finalize( cur_col );
}
}
}