summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-06-28 17:12:26 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-06-28 17:12:26 +0200
commit642c4d7dcfca0d28bfed72448bc03502228af6da (patch)
tree04359e1eb641c0bf391ef4b8f119b2c2ab24addf /src
parent4c75c6c4cd2f1ebe6a82b1c6eccae697802222c1 (diff)
Code review: Keep the comment that returning true is strange
Diffstat (limited to 'src')
-rw-r--r--src/Simplex_tree/include/gudhi/Simplex_tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Simplex_tree/include/gudhi/Simplex_tree.h b/src/Simplex_tree/include/gudhi/Simplex_tree.h
index f1697955..f7bb720c 100644
--- a/src/Simplex_tree/include/gudhi/Simplex_tree.h
+++ b/src/Simplex_tree/include/gudhi/Simplex_tree.h
@@ -765,7 +765,7 @@ class Simplex_tree {
auto last = std::end(Nsimplex);
if (first == last)
- return { null_simplex(), true }; // ----->>
+ return { null_simplex(), true }; // FIXME: false would make more sense to me.
// Copy before sorting
// Thread local is not available on XCode version < V.8 - It will slow down computation