summaryrefslogtreecommitdiff
path: root/src/Gudhi_stat/utilities/Landscape_bootstrap.cpp
diff options
context:
space:
mode:
authorpdlotko <pdlotko@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-03-17 14:00:32 +0000
committerpdlotko <pdlotko@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-03-17 14:00:32 +0000
commit5b6290423812b24cc3f67a4a8e9c9027b9d95cd6 (patch)
treed673da130ac54998df1121c2f1f1327f2ef0aaab /src/Gudhi_stat/utilities/Landscape_bootstrap.cpp
parenta9e78e63472264dd2baaeac196a8a74692265e22 (diff)
Adding a few corrections to gudhi_stat
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/gudhi_stat@2196 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: e5bbe287169cb6750aaadf81db65ef873186da06
Diffstat (limited to 'src/Gudhi_stat/utilities/Landscape_bootstrap.cpp')
-rw-r--r--src/Gudhi_stat/utilities/Landscape_bootstrap.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Gudhi_stat/utilities/Landscape_bootstrap.cpp b/src/Gudhi_stat/utilities/Landscape_bootstrap.cpp
index 1cf4de94..1b24771a 100644
--- a/src/Gudhi_stat/utilities/Landscape_bootstrap.cpp
+++ b/src/Gudhi_stat/utilities/Landscape_bootstrap.cpp
@@ -164,8 +164,7 @@ int main( int argc , char** argv )
std::cout << "Read : " << points.size() << " points.\n";
distance_between_landscapes distance( p );//L^p distance.
- compute_persistence_landscape_of_a_point_cloud_in_certain_dimension characteristic_fun( points , dimension , threshold );
-
+ compute_persistence_landscape_of_a_point_cloud_in_certain_dimension characteristic_fun( points , dimension , threshold );
//and now we can run the real bootstrap.
//template < typename PointCloudCharacteristics , typename CharacteristicFunction , typename DistanceBetweenPointsCharacteristics >