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