summaryrefslogtreecommitdiff
path: root/src/Bottleneck_distance/example/bottleneck_basic_example.cpp
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-06-06 14:36:36 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-06-06 14:36:36 +0200
commit90198a22800834acd333f9b8360221035f6862cf (patch)
treec3bfaedfb2d0886bacbc1a2a68177533f3ee3d38 /src/Bottleneck_distance/example/bottleneck_basic_example.cpp
parent30fac00a3aee2f26aa44e62eb923af733c4f3bc7 (diff)
Fix #11 - Distance computation shall be better documented.
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>