summaryrefslogtreecommitdiff
path: root/src/Witness_complex/example/witness_complex_protected_delaunay.cpp
diff options
context:
space:
mode:
authorskachano <skachano@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2015-12-07 09:39:53 +0000
committerskachano <skachano@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2015-12-07 09:39:53 +0000
commit33c51358238382335caf892bbc24759c8aac59a0 (patch)
tree499e768570391c30af22eac4443667604fa717d6 /src/Witness_complex/example/witness_complex_protected_delaunay.cpp
parentda39f7cd8a0db5d7fa13c9c87f8fc3e038c10d01 (diff)
parentc8c2f91db880218bb7ab275fbadda53a23f88d35 (diff)
Changes piled up for months
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/witness@932 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 0447901e608890eb607456fd12f3ea53547b8f10
Diffstat (limited to 'src/Witness_complex/example/witness_complex_protected_delaunay.cpp')
-rw-r--r--src/Witness_complex/example/witness_complex_protected_delaunay.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Witness_complex/example/witness_complex_protected_delaunay.cpp b/src/Witness_complex/example/witness_complex_protected_delaunay.cpp
index 2f795a5f..77a167a5 100644
--- a/src/Witness_complex/example/witness_complex_protected_delaunay.cpp
+++ b/src/Witness_complex/example/witness_complex_protected_delaunay.cpp
@@ -268,6 +268,15 @@ void insert_delaunay_landmark_with_copies(Point_Vector& W, int chosen_landmark,
landmark_count++;
}
+
+
+
+////////////////////////////////////////////////////////////////////////
+// OLD CODE VVVVVVVV
+////////////////////////////////////////////////////////////////////////
+
+
+/*
bool is_violating_protection(Point_d& p, Delaunay_triangulation& t, int D, FT delta)
{
Euclidean_distance ed;
@@ -592,3 +601,4 @@ int main (int argc, char * const argv[])
}
}
+*/