summaryrefslogtreecommitdiff
path: root/src/Persistence_representations/example/persistence_landscape_on_grid.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Persistence_representations/example/persistence_landscape_on_grid.cpp')
-rw-r--r--src/Persistence_representations/example/persistence_landscape_on_grid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Persistence_representations/example/persistence_landscape_on_grid.cpp b/src/Persistence_representations/example/persistence_landscape_on_grid.cpp
index b38ac3d9..276b7a44 100644
--- a/src/Persistence_representations/example/persistence_landscape_on_grid.cpp
+++ b/src/Persistence_representations/example/persistence_landscape_on_grid.cpp
@@ -80,7 +80,7 @@ int main( int argc , char** argv )
//here is the scalar product of landscapes:
std::cout << "Scalar product : " << l1.compute_scalar_product( l2 ) << std::endl;
- //here is how to create a file which is suitable for vizualization via gnuplot:
+ //here is how to create a file which is suitable for visualization via gnuplot:
average.plot( "average_landscape" );