]> git.donarmstrong.com Git - mothur.git/blobdiff - uvest.h
sffinfo bug with flow grams right index when clipQualRight=0
[mothur.git] / uvest.h
diff --git a/uvest.h b/uvest.h
index 86b96fd43095017afaf2db453ff8523191652708..384e80c3e54102635022b62aec12e4a66ee81289 100644 (file)
--- a/uvest.h
+++ b/uvest.h
@@ -21,7 +21,10 @@ typedef vector<double> EstOutput;
 /***********************************************************************/
 class UVEst {
        public:
-               EstOutput getUVest(vector<SharedRAbundVector*>);                
+               UVEst() { m = MothurOut::getInstance(); }
+               EstOutput getUVest(vector<SharedRAbundVector*>);        
+       private:
+               MothurOut* m;
 };
 /***********************************************************************/