Esempio n. 1
0
bool Tree::hasSameTopology(const RevBayesCore::Tree &t) const {
    
    return hasSameTopology( t.getTopology() );
}