]> git.donarmstrong.com Git - mothur.git/blobdiff - rabundvector.hpp
added list parameter to get.seqs and remove.seqs and added readline library for inter...
[mothur.git] / rabundvector.hpp
index 2a866bcbc4a39cf76c99885763f801e837d3570c..fab02a921a602524e7516bdcbd7efc64326cbbea 100644 (file)
@@ -12,6 +12,9 @@
                         sabundvector   =       2               1               1               0               0               1
                         ordervector    =       1       1       1       1       1       1       2       2       2       3       3       4       5 */
 
+//class SAbundVector;
+//class OrderVector;
+
 class RAbundVector : public DataVector {
        
 public:
@@ -43,6 +46,7 @@ public:
        
        void print(ostream&);
        void print(string, ostream&);
+       void nonSortedPrint(ostream&);
        
        RAbundVector getRAbundVector();
        SAbundVector getSAbundVector();