From 695a2a5551110a621b580c603f84786f949eb1a1 Mon Sep 17 00:00:00 2001 From: "cmzmasek@gmail.com" Date: Thu, 4 Oct 2012 02:05:55 +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 46d88d2..2ae0b3d 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 = true; + final static boolean __ALLOW_PHYLOGENETIC_INFERENCE = false; 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