]> git.donarmstrong.com Git - mothur.git/blobdiff - datavector.hpp
removed readseqs, readfasta, readnexus, readclustal, readseqsphylip and updated seque...
[mothur.git] / datavector.hpp
index 73058a992a53e3da313cae4ca595c77797058e94..692332f445aa76b0ff7ebe5ac1281c34b3a8f967 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef datavector_h
 #define datavector_h
 
-using namespace std;
 
 #include "mothur.h"
 
@@ -37,7 +36,7 @@ public:
        void setLabel(string l)         {       label = l;                      }
        string getLabel()                       {       return label;           }
 
-       //virtual RAbundVector getRAbundVector() = 0;
+       virtual RAbundVector getRAbundVector() = 0;
        virtual SAbundVector getSAbundVector() = 0;
        virtual OrderVector getOrderVector(map<string,int>* hold = NULL) = 0;