summaryrefslogtreecommitdiff
path: root/src/Subsampling/example
diff options
context:
space:
mode:
authorcjamin <cjamin@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-06-24 12:42:11 +0000
committercjamin <cjamin@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-06-24 12:42:11 +0000
commit9eaa65136751ab3362c13455163187bd60e7a1aa (patch)
treed66a5308436da2fdfaf8a34ddc324b5833f167e6 /src/Subsampling/example
parent1857deb15fbf20cfec66175d5309299c0012cf55 (diff)
Fixes
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/subsampling_and_spatialsearching@1337 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: e2b4d4c10b9daacab7841cc6c1c85473ec15c979
Diffstat (limited to 'src/Subsampling/example')
-rw-r--r--src/Subsampling/example/example_sparsify_point_set.cpp22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/Subsampling/example/example_sparsify_point_set.cpp b/src/Subsampling/example/example_sparsify_point_set.cpp
index 57171082..cb5ccf0b 100644
--- a/src/Subsampling/example/example_sparsify_point_set.cpp
+++ b/src/Subsampling/example/example_sparsify_point_set.cpp
@@ -1,25 +1,3 @@
-/* This file is part of the Gudhi Library. The Gudhi library
- * (Geometric Understanding in Higher Dimensions) is a generic C++
- * library for computational topology.
- *
- * Author(s): Clement Jamin
- *
- * Copyright (C) 2016 INRIA
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
#include <gudhi/sparsify_point_set.h>
#include <CGAL/Epick_d.h>