aboutsummaryrefslogtreecommitdiff
path: root/include/libbio.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libbio.h')
-rw-r--r--include/libbio.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/libbio.h b/include/libbio.h
index 4b92587..261c732 100644
--- a/include/libbio.h
+++ b/include/libbio.h
@@ -12,9 +12,8 @@ typedef struct bio·Node
int nchild;
int ndescendent;
struct bio·Node *parent;
- // NOTE: Sibiling allows for polytomies
- struct bio·Node *child[2];
struct bio·Node *sibling;
+ struct bio·Node *child;
} bio·Node;
typedef struct bio·Tree