From cf7d5951db93afb0d49796830951d1aa9d03cba8 Mon Sep 17 00:00:00 2001 From: "jan.reininghaus" Date: Thu, 2 May 2013 11:23:08 +0000 Subject: reverted back to twist as default algorithm git-svn-id: https://phat.googlecode.com/svn/trunk@53 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d --- src/phat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/phat.cpp b/src/phat.cpp index 6d35c5a..7405583 100644 --- a/src/phat.cpp +++ b/src/phat.cpp @@ -137,7 +137,7 @@ int main( int argc, char** argv ) { bool use_binary = true; // interpret input as binary or ascii file Representation_type representation = BIT_TREE_PIVOT_COLUMN; // representation class - Algorithm_type algorithm = CHUNK; // reduction algorithm + Algorithm_type algorithm = TWIST; // reduction algorithm std::string input_filename; // name of file that contains the boundary matrix std::string output_filename; // name of file that will contain the persistence pairs bool verbose = false; // print timings / info -- cgit v1.2.3