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