]> git.donarmstrong.com Git - mothur.git/blobdiff - getlineagecommand.h
fixed get.lienage and remove.lineage bug with confidence scores that are floats....
[mothur.git] / getlineagecommand.h
index 45b51a89398af8fbd3551560ae425b28520706b6..5b7c43ed65808f7038b3c46cb96f3b7a32b8849a 100644 (file)
@@ -40,7 +40,7 @@ class GetLineageCommand : public Command {
                int readList();
                int readTax();  
                string removeConfidences(string);
-               vector< map<string, int> > getTaxons(string);
+               vector< map<string, float> > getTaxons(string);
 };
 
 #endif