summaryrefslogtreecommitdiff
path: root/src/Bottleneck_distance/example/bottleneck_basic_example.cpp
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-06-28 09:54:59 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-06-28 09:54:59 +0200
commitc7fcb08c78428913d848496da30eb713e85cc281 (patch)
tree05226fe9ac0b829253f2696c24776c411f000058 /src/Bottleneck_distance/example/bottleneck_basic_example.cpp
parent8014a88ab31bc2c0278824a3da65ba7ca17fdce9 (diff)
parent695655d5cb347d809733a5fa1c0458fb98fd3272 (diff)
Merge branch 'master' into simplex_tree_insert_duplicated_vertices_fix_vincent
Diffstat (limited to 'src/Bottleneck_distance/example/bottleneck_basic_example.cpp')
-rw-r--r--src/Bottleneck_distance/example/bottleneck_basic_example.cpp22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/Bottleneck_distance/example/bottleneck_basic_example.cpp b/src/Bottleneck_distance/example/bottleneck_basic_example.cpp
index 3df7d12d..61778a55 100644
--- a/src/Bottleneck_distance/example/bottleneck_basic_example.cpp
+++ b/src/Bottleneck_distance/example/bottleneck_basic_example.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.
- *
- * Authors: Francois Godi, small modifications by Pawel Dlotko
- *
- * Copyright (C) 2015 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/Bottleneck.h>
#include <iostream>