summaryrefslogtreecommitdiff
path: root/src/Bitmap_cubical_complex/example/Random_bitmap_cubical_complex.cpp
diff options
context:
space:
mode:
authorpdlotko <pdlotko@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2015-12-22 07:57:35 +0000
committerpdlotko <pdlotko@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2015-12-22 07:57:35 +0000
commit5eae3bbe5c06a3b601b885ea9f2561743f4aeb1a (patch)
treeb69392275e34631adad7ac3f8c428b7d0d18eaed /src/Bitmap_cubical_complex/example/Random_bitmap_cubical_complex.cpp
parentfd41fbbb321b36c143129b5a311e015bf7c44a6f (diff)
Changes according to Marc's comments from 18 December.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/bitmap@947 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 3afdd0423f3b36d8103360ef11fbb5f1c9a348a5
Diffstat (limited to 'src/Bitmap_cubical_complex/example/Random_bitmap_cubical_complex.cpp')
-rw-r--r--src/Bitmap_cubical_complex/example/Random_bitmap_cubical_complex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Bitmap_cubical_complex/example/Random_bitmap_cubical_complex.cpp b/src/Bitmap_cubical_complex/example/Random_bitmap_cubical_complex.cpp
index 60cfc113..36c22344 100644
--- a/src/Bitmap_cubical_complex/example/Random_bitmap_cubical_complex.cpp
+++ b/src/Bitmap_cubical_complex/example/Random_bitmap_cubical_complex.cpp
@@ -85,7 +85,7 @@ The program will create random cubical complex of that sizes and compute persist
stringstream ss;
ss << "randomComplex_persistence";
- std::ofstream out((char*)ss.str().c_str());
+ std::ofstream out(ss.str().c_str());
pcoh.output_diagram(out);
out.close();