]> git.donarmstrong.com Git - mothur.git/blobdiff - readotu.h
added set.current and get.current commands and modified existing commands to update...
[mothur.git] / readotu.h
index e318af4b872e36eb243900d9de10f5b3fe9092fd..6c8d67cd5e9af9508bd91e4ab5e07e9ea5a061e1 100644 (file)
--- a/readotu.h
+++ b/readotu.h
@@ -27,7 +27,7 @@ public:
        ~ReadOTUFile();
        void read(GlobalData* globaldata);
 private:
-       ifstream fileHandle;
+       //ifstream fileHandle;
        string philFile;
        InputData* input;
        InputData* inputSabund;
@@ -39,8 +39,9 @@ private:
        SAbundVector* sabund;
        RAbundVector* rabund;
        GlobalData* globaldata;
+       MothurOut* m;
        // InputData* getInput()                        {       return input;   }
 };
 
 
-#endif
\ No newline at end of file
+#endif