]> git.donarmstrong.com Git - mothur.git/blobdiff - matrixoutputcommand.h
fixed bug in corr.axes so that it now uses the shared files bin numbers. finished...
[mothur.git] / matrixoutputcommand.h
index f915dfcda8d7ab88040fcb1e8e2f4bbabf833590..8af539ba01ae59ed07027d63f2bd9d1859b4c217 100644 (file)
@@ -88,7 +88,7 @@ private:
        };
        vector<linePair> lines;
        
-       void printSims(ostream&, vector< vector<float> >&);
+       void printSims(ostream&, vector< vector<double> >&);
        int process(vector<SharedRAbundVector*>);
        
        vector<Calculator*> matrixCalculators;