Skip to content

Instantly share code, notes, and snippets.

@kgori
Last active August 29, 2015 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kgori/a42d42963bc94ff27c52 to your computer and use it in GitHub Desktop.
Save kgori/a42d42963bc94ff27c52 to your computer and use it in GitHub Desktop.
Patch searchAlgo.c
diff --git a/src/searchAlgo.c b/src/searchAlgo.c
index c0547b0..3c1a578 100644
--- a/src/searchAlgo.c
+++ b/src/searchAlgo.c
@@ -2711,7 +2711,7 @@ pllComputeTBR (pllInstance * tr, partitionList * pr, nodeptr p, int mintrav,
@return
The likelihood yielded from the NNI
*/
-static double
+double
pllTestNNILikelihood (pllInstance * tr, partitionList * pr, nodeptr p, int swapType)
{
double lh;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment