summaryrefslogtreecommitdiff
path: root/src/Witness_complex/example
diff options
context:
space:
mode:
authorskachano <skachano@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2015-04-09 16:05:11 +0000
committerskachano <skachano@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2015-04-09 16:05:11 +0000
commitec1bdf0a6eae6708e9071c9f332c6c4782c2884c (patch)
treed2b22ccf3d0bbcdf468ae2d66189e10628bf0e96 /src/Witness_complex/example
parentf6bd8bf87d5033a6f9c4ce726bfb040ccb6b452f (diff)
Added is_pseudomanifold & Co functions. It compiles.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/witness@558 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: e4569f2ef6e36cca22b4a3856b3631c324c506c8
Diffstat (limited to 'src/Witness_complex/example')
-rw-r--r--src/Witness_complex/example/witness_complex_from_wl_matrix.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/Witness_complex/example/witness_complex_from_wl_matrix.cpp b/src/Witness_complex/example/witness_complex_from_wl_matrix.cpp
index 2fec499c..614bb945 100644
--- a/src/Witness_complex/example/witness_complex_from_wl_matrix.cpp
+++ b/src/Witness_complex/example/witness_complex_from_wl_matrix.cpp
@@ -140,18 +140,6 @@ int main (int argc, char * const argv[])
end = clock();
std::cout << "Howdy world! The process took "
<< (double)(end-start)/CLOCKS_PER_SEC << " s. \n";
- /*
- char buffer[100];
- int i = sprintf(buffer,"%s_%s_result.txt",argv[1],argv[2]);
- if (i >= 0)
- {
- std::string out_file = (std::string)buffer;
- std::ofstream ofs (out_file, std::ofstream::out);
- witnessComplex.st_to_file(ofs);
- ofs.close();
- }
- */
-
out_file = "output/"+file_name+"_"+argv[2]+".stree";
std::ofstream ofs (out_file, std::ofstream::out);
witnessComplex.st_to_file(ofs);