Skip to content

Commit 2b3f574

Browse files
committed
revert Function=>RealParameter due to package incompatibility (e.g. bModelTest) #1196
1 parent 61d467a commit 2b3f574

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/beast/base/evolution/sitemodel/SiteModel.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ public class SiteModel extends SiteModelInterface.Base {
6666
new Input<>("proportionInvariant", "proportion of sites that is invariant: should be between 0 (default) and 1");
6767
//public Input<Boolean> useBeast1StyleGammaInput = new Input<>("useBeast1Gamma", "use BEAST1 style gamma categories -- for backward compatibility testing", false);
6868

69-
protected Function muParameter;
70-
protected Function shapeParameter;
71-
protected Function invarParameter;
69+
protected RealParameter muParameter;
70+
protected RealParameter shapeParameter;
71+
protected RealParameter invarParameter;
7272
protected boolean useBeast1StyleGamma;
7373

7474
@Override

0 commit comments

Comments
 (0)