aboutsummaryrefslogtreecommitdiff
path: root/sys/libbio/phylo.c
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2020-04-30 11:54:19 -0700
committerNicholas Noll <nbnoll@eml.cc>2020-04-30 11:54:19 -0700
commit9e83bf8c3656b736ba3a14d9b7b8af61b48415f4 (patch)
tree4417ac3eafdd744d7a944a6da6bf630844ef5f90 /sys/libbio/phylo.c
parent86134ccf82dcafe338e68c14e483ec98cfc94925 (diff)
chore: move from new to make prefix of constructors
Diffstat (limited to 'sys/libbio/phylo.c')
-rw-r--r--sys/libbio/phylo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/libbio/phylo.c b/sys/libbio/phylo.c
index 4bb8f66..1cc5b5d 100644
--- a/sys/libbio/phylo.c
+++ b/sys/libbio/phylo.c
@@ -218,4 +218,5 @@ struct phylo·InferOpts
error
phylo·ancestralinfer(bio·Tree *tree, struct phylo·InferOpts opts)
{
+ return 0;
}