Revision: 6738
Author:
mdha...@gmail.com
Date: Wed Apr 15 16:48:35 2015 UTC
Log: Transmission tree logging fixed
https://code.google.com/p/beast-mcmc/source/detail?r=6738
Modified:
/trunk/src/dr/evomodelxml/coalescent/PowerLawGrowthModelParser.java
=======================================
--- /trunk/src/dr/evomodelxml/coalescent/PowerLawGrowthModelParser.java Thu
Apr 2 15:11:48 2015 UTC
+++ /trunk/src/dr/evomodelxml/coalescent/PowerLawGrowthModelParser.java Wed
Apr 15 16:48:35 2015 UTC
@@ -13,7 +13,7 @@
public class PowerLawGrowthModelParser extends AbstractXMLObjectParser {
public static String N0 = "n0";
- public static String POWER_LAW_GROWTH_MODEL = "exponentialGrowth";
+ public static String POWER_LAW_GROWTH_MODEL = "powerLawGrowth";
public static String POWER = "power";