summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjan.reininghaus <jan.reininghaus@8e3bb3c2-eed4-f18f-5264-0b6c94e6926d>2013-05-02 11:23:08 +0000
committerjan.reininghaus <jan.reininghaus@8e3bb3c2-eed4-f18f-5264-0b6c94e6926d>2013-05-02 11:23:08 +0000
commitcf7d5951db93afb0d49796830951d1aa9d03cba8 (patch)
tree0649d66370bcfcf5c4a313ac20e4ae19a54ff474
parent12d43703b002c52e6738b6129bb2ed46ef4fad8d (diff)
reverted back to twist as default algorithm
git-svn-id: https://phat.googlecode.com/svn/trunk@53 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
-rw-r--r--src/phat.cpp2
1 files changed, 1 insertions, 1 deletions
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