More work on the new commit infraestructure
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1601 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
83ffb12d41
commit
121545e6d7
2 changed files with 66 additions and 32 deletions
|
|
@ -35,13 +35,19 @@ int main(int argc, char *argv[])
|
|||
phylotreeIND templatetree6( rn, seq6, rn2);
|
||||
phylotreeIND *test = templatetree6.randomClone();
|
||||
phylotreeIND test2(*test);
|
||||
test2.TBR();
|
||||
|
||||
test->calculate_splits4();
|
||||
test->print_splits_2();
|
||||
test->printNewick(cout);
|
||||
test2.calculate_splits4();
|
||||
test->export_subtree(test2);
|
||||
//test2.TBR();
|
||||
|
||||
//test2.printNewick(cout);
|
||||
cout << "calculando splits..." << endl;
|
||||
test2.calculate_splits4();
|
||||
//test->print_splits_2();
|
||||
|
||||
cout << "calculando distance..." << endl;
|
||||
cout << "distance " << test->compare_topology_4(test2) << endl;
|
||||
cout << "calculando distance..." << endl;
|
||||
cout << "distance " << test->compare_topology_2(test2) << endl;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue