summaryrefslogtreecommitdiff
path: root/src/Alpha_complex/example/Alpha_complex_from_off.cpp
diff options
context:
space:
mode:
authorMarc Glisse <marc.glisse@inria.fr>2020-03-23 20:21:00 +0100
committerMarc Glisse <marc.glisse@inria.fr>2020-03-23 20:21:00 +0100
commitef351af86aa9fd5afaa075a516270ead8f4b50ab (patch)
treec88262e681ce1d960d4c70e656374c371ae0f719 /src/Alpha_complex/example/Alpha_complex_from_off.cpp
parent527d57993af98b030e67bf601703e08dd42fd20b (diff)
parent3d63b14f7f5181667c3008333193e943d94ead94 (diff)
Merge remote-tracking branch 'origin/master' into gen2
Diffstat (limited to 'src/Alpha_complex/example/Alpha_complex_from_off.cpp')
-rw-r--r--src/Alpha_complex/example/Alpha_complex_from_off.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Alpha_complex/example/Alpha_complex_from_off.cpp b/src/Alpha_complex/example/Alpha_complex_from_off.cpp
index 220a66de..dba1710e 100644
--- a/src/Alpha_complex/example/Alpha_complex_from_off.cpp
+++ b/src/Alpha_complex/example/Alpha_complex_from_off.cpp
@@ -30,7 +30,7 @@ int main(int argc, char **argv) {
ouput_file_stream.open(std::string(argv[3]));
streambuffer = ouput_file_stream.rdbuf();
} else {
- streambuffer = std::cout.rdbuf();
+ streambuffer = std::clog.rdbuf();
}
Gudhi::Simplex_tree<> simplex;