summaryrefslogtreecommitdiff
path: root/src/Gudhi_stat/test/persistence_lanscapes_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Gudhi_stat/test/persistence_lanscapes_test.cpp')
-rw-r--r--src/Gudhi_stat/test/persistence_lanscapes_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Gudhi_stat/test/persistence_lanscapes_test.cpp b/src/Gudhi_stat/test/persistence_lanscapes_test.cpp
index 253b06d7..5985cec3 100644
--- a/src/Gudhi_stat/test/persistence_lanscapes_test.cpp
+++ b/src/Gudhi_stat/test/persistence_lanscapes_test.cpp
@@ -54,7 +54,7 @@ BOOST_AUTO_TEST_CASE(check_construction_of_landscape)
BOOST_AUTO_TEST_CASE(check_construction_of_landscape_form_gudhi_style_file)
{
- Persistence_landscape p( "data/persistence_file_with_four_entries_per_line" , 1 );
+ Persistence_landscape p( "data/persistence_file_with_four_entries_per_line" , 1 );
//p.print_to_file("persistence_file_with_four_entries_per_line_landscape");
Persistence_landscape q;
q.load_landscape_from_file( "data/persistence_file_with_four_entries_per_line_landscape" );