summaryrefslogtreecommitdiff
path: root/include/phat/boundary_matrix.h
diff options
context:
space:
mode:
authorulrich.bauer@gmail.com <ulrich.bauer@gmail.com@8e3bb3c2-eed4-f18f-5264-0b6c94e6926d>2014-06-03 13:31:14 +0000
committerulrich.bauer@gmail.com <ulrich.bauer@gmail.com@8e3bb3c2-eed4-f18f-5264-0b6c94e6926d>2014-06-03 13:31:14 +0000
commitc95e71eef54cd36ba206e497d564b96682b2e926 (patch)
tree5cf69b5fbb2f99f5bb16ccc5ce1c019a077fe930 /include/phat/boundary_matrix.h
parente88ddfc7854ee6eaa234ecffb4743522d76bf564 (diff)
finalize
git-svn-id: https://phat.googlecode.com/svn/trunk@182 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
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(); }