]> git.donarmstrong.com Git - mothur.git/blobdiff - listvector.hpp
sffinfo bug with flow grams right index when clipQualRight=0
[mothur.git] / listvector.hpp
index f4eaca031c8daefa875788bc03f2288973deedf0..dcf01a0ad4b356f152a3cf8ca168a6ba528b63bb 100644 (file)
@@ -2,10 +2,9 @@
 #define LIST_H
 
 #include "datavector.hpp"
-#include <iostream>
-#include <map>
 
-/* This class is a child to datavector.  It represents OTU information at a certain distance. 
+/*     DataStructure for a list file.
+       This class is a child to datavector.  It represents OTU information at a certain distance. 
        A list vector can be converted into and ordervector, rabundvector or sabundvector.
        Each member of the internal container "data" represents an individual OTU.
        So data[0] = "a,b,c,d,e,f".