summaryrefslogtreecommitdiff
path: root/src/Bottleneck_distance/example/bottleneck_basic_example.cpp
diff options
context:
space:
mode:
authorVincent Rouvreau <VincentRouvreau@users.noreply.github.com>2019-06-13 09:32:41 +0200
committerGitHub <noreply@github.com>2019-06-13 09:32:41 +0200
commitf9a2172f24da8d7538c67fbf4e7580ab09b456c5 (patch)
tree00929e00513e0780d955aea8c3230d8ba543ac2c /src/Bottleneck_distance/example/bottleneck_basic_example.cpp
parentdb3f192fbc3ea8b47b208563735ef0958e7adab9 (diff)
parent48d625be3d6ee81bc3bc785276dcb32721cc7417 (diff)
Merge pull request #69 from VincentRouvreau/bottleneck_documentation
Bottleneck documentation
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>