summaryrefslogtreecommitdiff
path: root/include/phat/boundary_matrix.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/phat/boundary_matrix.h')
-rw-r--r--include/phat/boundary_matrix.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/phat/boundary_matrix.h b/include/phat/boundary_matrix.h
index bb5b33a..10c66cc 100644
--- a/include/phat/boundary_matrix.h
+++ b/include/phat/boundary_matrix.h
@@ -64,7 +64,10 @@ namespace phat {
// clears given column
void clear( index idx ) { rep._clear( idx ); }
-
+
+ // finalizes given column
+ void finalize( index idx ) { rep._finalize( idx ); }
+
// syncronizes all internal data structures -- has to be called before and after any multithreaded access!
void sync() { rep._sync(); }