summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorulrich.bauer@gmail.com <ulrich.bauer@gmail.com@8e3bb3c2-eed4-f18f-5264-0b6c94e6926d>2013-09-13 10:23:08 +0000
committerulrich.bauer@gmail.com <ulrich.bauer@gmail.com@8e3bb3c2-eed4-f18f-5264-0b6c94e6926d>2013-09-13 10:23:08 +0000
commit064e056c2230223d54693b74f76f7509c33c95ad (patch)
tree5c40f90aa47c5fcadf4de2626a90f97d4bf1a3e3
parent62f3932fdaa9220abb5873e3305e33a062602633 (diff)
no default dualization
git-svn-id: https://phat.googlecode.com/svn/trunk@137 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
-rw-r--r--src/convert.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/convert.cpp b/src/convert.cpp
index 69142b9..3411e36 100644
--- a/src/convert.cpp
+++ b/src/convert.cpp
@@ -63,7 +63,7 @@ int main( int argc, char** argv )
{
bool use_binary = true; // interpret input as binary or ascii file
bool use_save_binary = true; // write output as binary or ascii file
- bool use_dualize = true; // dualize filtration
+ bool use_dualize = false; // dualize filtration
std::string input_filename; // name of file that contains the boundary matrix
std::string output_filename; // name of file that will contain the boundary matrix in the new binary format