]> git.donarmstrong.com Git - mothur.git/blobdiff - sparsematrix.hpp
created mothurOut class to handle logfiles
[mothur.git] / sparsematrix.hpp
index 8eeda7ff2f9899748bde34f92fac5a25dcfd3964..e42fdbb09cc10b00f535003c1c0742ba887d98b9 100644 (file)
@@ -2,6 +2,7 @@
 #define SPARSEMATRIX_H
 
 #include "mothur.h"
+#include "mothurout.h"
 
 
 class ListVector;
@@ -47,6 +48,7 @@ private:
        vector<PCell*> mins;
        float smallDist;
        int minsIndex;
+       MothurOut* m;
 };
 
 /***********************************************************************/