From 9eaa65136751ab3362c13455163187bd60e7a1aa Mon Sep 17 00:00:00 2001 From: cjamin Date: Fri, 24 Jun 2016 12:42:11 +0000 Subject: 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 --- src/Subsampling/doc/Intro_subsampling.h | 6 +++--- .../example/example_sparsify_point_set.cpp | 22 ---------------------- 2 files changed, 3 insertions(+), 25 deletions(-) diff --git a/src/Subsampling/doc/Intro_subsampling.h b/src/Subsampling/doc/Intro_subsampling.h index 658a45ed..e62ebc61 100644 --- a/src/Subsampling/doc/Intro_subsampling.h +++ b/src/Subsampling/doc/Intro_subsampling.h @@ -30,7 +30,7 @@ namespace subsampling { /** \defgroup subsampling Subsampling * - * \author Clément Jamin, Siargey Kachanovich + * \author Clément Jamin, Siargey Kachanovich * * @{ * @@ -38,9 +38,9 @@ namespace subsampling { * * This Gudhi component offers methods to subsample a set of points. * - * \section sparsifyexamples Example: `sparsify_point_set` + * \section sparsifyexamples Example: sparsify_point_set * - * This example Outputs a subset of the input points so that the + * This example outputs a subset of the input points so that the * squared distance between any two points * is greater than or equal to 0.4. * 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 . - */ - #include #include -- cgit v1.2.3