]> git.donarmstrong.com Git - mothur.git/blobdiff - pintail.h
changes for 1.11
[mothur.git] / pintail.h
index 7164842106d7b61d36883b351167163aeb4e878a..3da52459e58959457b0a491ce29bfa4f856f1df3 100644 (file)
--- a/pintail.h
+++ b/pintail.h
@@ -66,7 +66,7 @@ class Pintail : public Chimera {
                float DE;                       //DE is the deviaation for query
                vector<float> probabilityProfile;
                vector< vector<float> > quantiles;  //quantiles[0] is the vector of deviations with ceiling score of 1, quantiles[1] is the vector of deviations with ceiling score of 2...
-               vector< vector<quanMember> > quantilesMembers;  //quantiles[0] is the vector of deviations with ceiling score of 1, quantiles[1] is the vector of deviations with ceiling score of 2...
+               vector< vector<float> > quantilesMembers;  //quantiles[0] is the vector of deviations with ceiling score of 1, quantiles[1] is the vector of deviations with ceiling score of 2...
                set<int>  h;
                string mergedFilterString;