homoplasyFinder
homoplasyFinder copied to clipboard
Typos at lines 508 and 511 in ConsistencyIndex.java - not allowing for different number of sites
At the moment declaring boolean arrays of length 4 to store state presence at lines 508 and 511 in ConsistencyIndex.java. Should use the comparePossibleStatesOfTwoSubNodes()
function's nStatesPerSite
parameter instead of hard coding 4
.