]> git.donarmstrong.com Git - mothur.git/blobdiff - indicatorcommand.h
fixed indicator grouping problem
[mothur.git] / indicatorcommand.h
index 1a41ffd33c1e0a175ed6560b300ba9469fa20cb8..0ec100aecba915fb304e72146d06cbe2376ce8aa 100644 (file)
@@ -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*&);
        
 };