From d4182e80be6b6df441497f7c9158c496b36ed4ae Mon Sep 17 00:00:00 2001 From: "jan.reininghaus" Date: Fri, 2 May 2014 12:26:03 +0000 Subject: clarify thread safety of boundary_matrix.h git-svn-id: https://phat.googlecode.com/svn/trunk@165 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d --- include/phat/boundary_matrix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3