]> git.donarmstrong.com Git - mothur.git/blobdiff - indicatorcommand.h
fixed indicator grouping problem
[mothur.git] / indicatorcommand.h
index 0d924fd1ff0a1a17cfa51b6faa5de55dcd3bf186..0ec100aecba915fb304e72146d06cbe2376ce8aa 100644 (file)
@@ -35,7 +35,7 @@ private:
        ReadTree* read;
        TreeMap* treeMap;
        string treefile, sharedfile, relabundfile, groups, label, inputFileName, outputDir;
-       bool abort, pickedGroups;
+       bool abort;
        vector<string> outputNames, Groups;
        map<string, vector<string> > outputTypes;
        vector<SharedRAbundVector*> lookup;
@@ -47,7 +47,7 @@ private:
        set<string> getDescendantList(Tree*&, int, map<int, set<string> >, map<int, set<int> >&);
        vector<float> getValues(vector< vector<SharedRAbundVector*> >&);
        vector<float> getValues(vector< vector<SharedRAbundFloatVector*> >&);
-       map<int, float> getLengthToLeaf(Tree*&);
+       map<int, float> getDistToRoot(Tree*&);
        
 };