From 9e83bf8c3656b736ba3a14d9b7b8af61b48415f4 Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Thu, 30 Apr 2020 11:54:19 -0700 Subject: chore: move from new to make prefix of constructors --- sys/libbio/phylo.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/libbio/phylo.c') 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; } -- cgit v1.2.1