From 7a6ebbd6c26306bca806bbc8c08f74a13c63fca6 Mon Sep 17 00:00:00 2001 From: pdlotko Date: Tue, 11 Oct 2016 07:43:50 +0000 Subject: adding answert to Vincent's comments git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/gudhi_stat@1688 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 3e90519425010bfedae7af946238188fee6cf420 --- .../plot_persistence_intervals.cpp | 59 ---------------------- 1 file changed, 59 deletions(-) delete mode 100644 src/Gudhi_stat/example/utilities/persistence_intervals/plot_persistence_intervals.cpp (limited to 'src/Gudhi_stat/example/utilities/persistence_intervals/plot_persistence_intervals.cpp') diff --git a/src/Gudhi_stat/example/utilities/persistence_intervals/plot_persistence_intervals.cpp b/src/Gudhi_stat/example/utilities/persistence_intervals/plot_persistence_intervals.cpp deleted file mode 100644 index c4dd7284..00000000 --- a/src/Gudhi_stat/example/utilities/persistence_intervals/plot_persistence_intervals.cpp +++ /dev/null @@ -1,59 +0,0 @@ -/* 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): Pawel Dlotko - * - * Copyright (C) 2015 INRIA Sophia-Saclay (France) - * - * 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 -#include - -#include - - - -using namespace Gudhi; -using namespace Gudhi::Gudhi_stat; - - -double epsilon = 0.0000005; - -using namespace std; - - -int main( int argc , char** argv ) -{ - if ( argc != 2 ) - { - cout << "To run this program, please provide the name of a file with persistence diagram \n"; - return 1; - } - Persistence_intervals b( argv[1] ); - b.plot( argv[1] ); - return 0; -} - - - - - - - -- cgit v1.2.3