summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjan.reininghaus <jan.reininghaus@8e3bb3c2-eed4-f18f-5264-0b6c94e6926d>2014-05-02 12:26:03 +0000
committerjan.reininghaus <jan.reininghaus@8e3bb3c2-eed4-f18f-5264-0b6c94e6926d>2014-05-02 12:26:03 +0000
commitd4182e80be6b6df441497f7c9158c496b36ed4ae (patch)
tree9b4e3bf4ca3a4caf4928cde699fbb71a006910da
parentb17e55afc11caff584573a9b3b2f86493b9642b8 (diff)
clarify thread safety of boundary_matrix.h
git-svn-id: https://phat.googlecode.com/svn/trunk@165 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
-rw-r--r--include/phat/boundary_matrix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/phat/boundary_matrix.h b/include/phat/boundary_matrix.h
index e8347cc..bb5b33a 100644
--- a/include/phat/boundary_matrix.h
+++ b/include/phat/boundary_matrix.h
@@ -53,7 +53,7 @@ namespace phat {
// true iff boundary of given column is empty
bool is_empty( index idx ) const { return rep._is_empty( idx ); }
- // largest index of given column (new name for lowestOne())
+ // largest index of given column (new name for lowestOne()) -- NOT thread-safe
index get_max_index( index idx ) const { return rep._get_max_index( idx ); }
// removes maximal index from given column