summaryrefslogtreecommitdiff
path: root/src/Bitmap_cubical_complex/utilities/Bitmap_cubical_complex.cpp
diff options
context:
space:
mode:
authorcjamin <cjamin@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-10-04 10:24:04 +0000
committercjamin <cjamin@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-10-04 10:24:04 +0000
commit73efba37dfcab3f9b8589cb3b0b80f6d7dd7bd0b (patch)
tree8ed0cf77fafbf47f0cb5bdea97d49b6611a1ef48 /src/Bitmap_cubical_complex/utilities/Bitmap_cubical_complex.cpp
parentf45959484fb85299d9ac60c43de9325e5c06e730 (diff)
Document utilies in README files using Markdown + move/rename some utilities
Only missing doc for now: Garland_heckbert git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/add_utils_in_gudhi_v2@2752 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 7ba0113762b6622130835dc9e372acfae29c2db8
Diffstat (limited to 'src/Bitmap_cubical_complex/utilities/Bitmap_cubical_complex.cpp')
-rw-r--r--src/Bitmap_cubical_complex/utilities/Bitmap_cubical_complex.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Bitmap_cubical_complex/utilities/Bitmap_cubical_complex.cpp b/src/Bitmap_cubical_complex/utilities/Bitmap_cubical_complex.cpp
index 67735ba1..e126caea 100644
--- a/src/Bitmap_cubical_complex/utilities/Bitmap_cubical_complex.cpp
+++ b/src/Bitmap_cubical_complex/utilities/Bitmap_cubical_complex.cpp
@@ -32,8 +32,8 @@
#include <cstddef>
int main(int argc, char** argv) {
- std::cout << "This program computes persistent homology, by using bitmap_cubical_complex class, of cubical " <<
- "complexes provided in text files in Perseus style (the only numbered in the first line is a dimension D of a" <<
+ std::cout << "This program computes persistent homology, by using the Bitmap_cubical_complex_base class, of cubical " <<
+ "complexes provided in text files in Perseus style. The only number in the first line is a dimension D of a" <<
"bitmap. In the lines I between 2 and D+1 there are numbers of top dimensional cells in the direction I. Let " <<
"N denote product of the numbers in the lines between 2 and D. In the lines D+2 to D+2+N there are " <<
"filtrations of top dimensional cells. We assume that the cells are in the lexicographical order. See " <<