]> git.donarmstrong.com Git - mothur.git/blobdiff - readotu.h
pat's fixes to pca command
[mothur.git] / readotu.h
index e954cbdf10aca58bf271da4d25d1782871051eb7..c2dcb99fa0c8b6ac1337368a372c5655122bd5d8 100644 (file)
--- a/readotu.h
+++ b/readotu.h
@@ -9,7 +9,7 @@
  *
  */
 
-
+/*
 
 #include "rabundvector.hpp"
 #include "listvector.hpp"
@@ -27,18 +27,21 @@ public:
        ~ReadOTUFile();
        void read(GlobalData* globaldata);
 private:
-       ifstream fileHandle;
+       //ifstream fileHandle;
        string philFile;
        InputData* input;
        InputData* inputSabund;
+       InputData* inputRabund;
        InputData* inputList;
        ListVector* list;
        SharedListVector* SharedList;
        OrderVector* order;
        SAbundVector* sabund;
+       RAbundVector* rabund;
        GlobalData* globaldata;
+       MothurOut* m;
        // InputData* getInput()                        {       return input;   }
 };
 
-
-#endif
\ No newline at end of file
+*/
+#endif