From 064e056c2230223d54693b74f76f7509c33c95ad Mon Sep 17 00:00:00 2001 From: "ulrich.bauer@gmail.com" Date: Fri, 13 Sep 2013 10:23:08 +0000 Subject: no default dualization git-svn-id: https://phat.googlecode.com/svn/trunk@137 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d --- src/convert.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3