summaryrefslogtreecommitdiff
path: root/src/Alpha_complex/include/gudhi/Alpha_complex.h
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-09-14 17:27:40 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-09-14 17:27:40 +0200
commitde39546182c20a69e45aa07830351f6e9d2e4b84 (patch)
tree99975f0a612d79b3bc86c411160ee7442a269262 /src/Alpha_complex/include/gudhi/Alpha_complex.h
parent5e3871c2d99249bd7560faa4e1229d3b3751b0ff (diff)
Add but comment a test to compare dD and 3D alpha complex
Diffstat (limited to 'src/Alpha_complex/include/gudhi/Alpha_complex.h')
-rw-r--r--src/Alpha_complex/include/gudhi/Alpha_complex.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Alpha_complex/include/gudhi/Alpha_complex.h b/src/Alpha_complex/include/gudhi/Alpha_complex.h
index 00231e1c..e1aae2d4 100644
--- a/src/Alpha_complex/include/gudhi/Alpha_complex.h
+++ b/src/Alpha_complex/include/gudhi/Alpha_complex.h
@@ -267,8 +267,6 @@ class Alpha_complex {
// Save index value as data to retrieve it after insertion
pos->data() = index;
hint = pos->full_cell();
- } else {
- std::cout << "NULLPTR" << std::endl;
}
}
// --------------------------------------------------------------------------------------------