summaryrefslogtreecommitdiff
path: root/src/Collapse/include
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-03-18 23:57:39 +0100
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-03-18 23:57:39 +0100
commitc8ae4d46d42340140d8687994f322d288e47a3bb (patch)
tree3d665526b0696bdc378f2572659fe6410aceca5b /src/Collapse/include
parent3a2f852e87514edff2d6c91c0ced2f6c53b541a1 (diff)
some cleanups
Diffstat (limited to 'src/Collapse/include')
-rw-r--r--src/Collapse/include/gudhi/PointSetGen.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/Collapse/include/gudhi/PointSetGen.h b/src/Collapse/include/gudhi/PointSetGen.h
index be83090b..45e9fbba 100644
--- a/src/Collapse/include/gudhi/PointSetGen.h
+++ b/src/Collapse/include/gudhi/PointSetGen.h
@@ -10,15 +10,11 @@
using Point = CGAL::Epick_d< CGAL::Dynamic_dimension_tag>::Point_d;
using Vector_of_points = std::vector<Point>;
-const double PI = 3.141592653589793238463;
-#define _USE_MATH_DEFINES
-
class PointSetGen {
public:
void program_options(int argc, char * const argv[]
, double & steps
, double & end_thresold
- , int & repetetions
, char & manifold
, int & dimension
, int & dim_max
@@ -34,9 +30,6 @@ class PointSetGen {
"Steps of the threshold")
("end_thresold,e", po::value<double>(&end_thresold)->default_value(1),
"Final threshold for rips complex.")
-
- ("repetetions,r", po::value<int>(&repetetions)->default_value(1),
- "Num of repetetions of the experiments.")
("manifold,m", po::value<char>(&manifold)->default_value('s'),
"Type of manifold")