summaryrefslogtreecommitdiff
path: root/src/Persistent_cohomology/example/weighted_periodic_alpha_complex_3d_persistence.cpp
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-10-02 20:38:02 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-10-02 20:38:02 +0000
commitf1e2834261bae80eb216bcd9317538e5de4375a9 (patch)
tree2c864eb242c990931b20ea851509c891d796b3e5 /src/Persistent_cohomology/example/weighted_periodic_alpha_complex_3d_persistence.cpp
parenteda3bbcf1d3701a8798dc0bda54708e9dc78d03e (diff)
Fix weighted periodic alpa complex 3d example test
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/weighted_alpha_complex_fix@2748 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: ddf754a1f8046c7b17db89668cf8d4dd95f69dac
Diffstat (limited to 'src/Persistent_cohomology/example/weighted_periodic_alpha_complex_3d_persistence.cpp')
-rw-r--r--src/Persistent_cohomology/example/weighted_periodic_alpha_complex_3d_persistence.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Persistent_cohomology/example/weighted_periodic_alpha_complex_3d_persistence.cpp b/src/Persistent_cohomology/example/weighted_periodic_alpha_complex_3d_persistence.cpp
index 2ecb3f24..ab2e29b4 100644
--- a/src/Persistent_cohomology/example/weighted_periodic_alpha_complex_3d_persistence.cpp
+++ b/src/Persistent_cohomology/example/weighted_periodic_alpha_complex_3d_persistence.cpp
@@ -149,10 +149,8 @@ int main(int argc, char* const argv[]) {
// Define the periodic cube
P3RT3 prt(PK::Iso_cuboid_3(x_min, y_min, z_min, x_max, y_max, z_max));
- std::cout << "1 " << std::endl;
// Heuristic for inserting large point sets (if pts is reasonably large)
prt.insert(wp.begin(), wp.end(), true);
- std::cout << "2 " << std::endl;
// As prt won't be modified anymore switch to 1-sheeted cover if possible
if (prt.is_triangulation_in_1_sheet()) prt.convert_to_1_sheeted_covering();
std::cout << "Periodic Delaunay computed." << std::endl;