summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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