X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=src%2FbNNI.c;h=9363ea5c5d0308d7b150dbfecc45ac2068bc4409;hb=c3c9c0a9590fabd2996543a4789c84634b7aca71;hp=b477b670d75f52ce3a69c278ea4bacb5d91fdf07;hpb=cc266bd204f991845994007b428ba9e20f92963c;p=ape.git diff --git a/src/bNNI.c b/src/bNNI.c index b477b67..9363ea5 100644 --- a/src/bNNI.c +++ b/src/bNNI.c @@ -57,7 +57,7 @@ void weighTree(tree *T) //void bNNI(tree *T, double **avgDistArray, int *count) void bNNI(tree *T, double **avgDistArray, int *count, double **D, int numSpecies) { - edge *e; /* , *centerEdge; */ + edge *e, *centerEdge; edge **edgeArray; int *p, *location, *q; int i,j;