From 70ac1dc59244e259b1a972385d490d2ac7f511c0 Mon Sep 17 00:00:00 2001 From: westcott Date: Wed, 18 Feb 2009 18:51:16 +0000 Subject: [PATCH] parsimony command now uses groups, fixed bug with unweighted groups --- parsimonycommand.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/parsimonycommand.cpp b/parsimonycommand.cpp index 534ff0b..fe5a1dd 100644 --- a/parsimonycommand.cpp +++ b/parsimonycommand.cpp @@ -89,6 +89,7 @@ int ParsimonyCommand::execute() { for (int i = 0; i < T.size(); i++) { cout << "Processing tree " << i+1 << endl; userData = pars->getValues(T[i]); //userData[0] = pscore + cout << "Tree " << i+1 << " parsimony score = " << userData[0] << endl; //update uscoreFreq it = uscoreFreq.find(userData[0]); if (it == uscoreFreq.end()) {//new score -- 2.39.5