summaryrefslogtreecommitdiff
path: root/src/Persistent_cohomology/example/alpha_shapes_persistence.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Persistent_cohomology/example/alpha_shapes_persistence.cpp')
-rw-r--r--src/Persistent_cohomology/example/alpha_shapes_persistence.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Persistent_cohomology/example/alpha_shapes_persistence.cpp b/src/Persistent_cohomology/example/alpha_shapes_persistence.cpp
index 0591a0ca..f75351c0 100644
--- a/src/Persistent_cohomology/example/alpha_shapes_persistence.cpp
+++ b/src/Persistent_cohomology/example/alpha_shapes_persistence.cpp
@@ -297,7 +297,7 @@ int main (int argc, char * const argv[])
pcoh.compute_persistent_cohomology( (Filtration_value)min_persistence );
- pcoh.output_diagram();
+ pcoh.write_output_diagram("test.txt");
return 0;
}