}
// System.out.printf(endl;
}
// Create the agglomerative phylogenetic tree
Phylo_wpgma tree=new Phylo_wpgma(dist);
// Inspect the tree
// System.out.println("Root: %f\n", tree.root);
localflag = tree.root != 30;
globalflag = globalflag || localflag;