From ad942706d627ee279e4fbf673e46a51502ad8649 Mon Sep 17 00:00:00 2001 From: "cmzmasek@gmail.com" Date: Thu, 4 Oct 2012 02:09:51 +0000 Subject: [PATCH] in progress --- forester/java/src/org/forester/archaeopteryx/Constants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forester/java/src/org/forester/archaeopteryx/Constants.java b/forester/java/src/org/forester/archaeopteryx/Constants.java index 2ae0b3d..46d88d2 100644 --- a/forester/java/src/org/forester/archaeopteryx/Constants.java +++ b/forester/java/src/org/forester/archaeopteryx/Constants.java @@ -36,7 +36,7 @@ import org.forester.util.ForesterConstants; public final class Constants { - final static boolean __ALLOW_PHYLOGENETIC_INFERENCE = false; + final static boolean __ALLOW_PHYLOGENETIC_INFERENCE = true; public final static boolean __RELEASE = false; // TODO remove me public final static boolean __SNAPSHOT_RELEASE = false; // TODO remove me public final static boolean __SYNTH_LF = false; // TODO remove me -- 1.7.10.2