]> git.donarmstrong.com Git - mothur.git/blobdiff - treegroupscommand.h
added sparseDistanceMatrix class. Modified cluster commands to use the new sparse...
[mothur.git] / treegroupscommand.h
index a0e0d420163cabdfe46518873cc3a42d98bc14a6..b0ae730d98aa8af6da4fecabe3cf0f7aa03df2d4 100644 (file)
@@ -101,12 +101,10 @@ private:
        Tree* createTree(vector< vector<double> >&);
        void printSims(ostream&, vector< vector<double> >&);
        int makeSimsShared();
-       vector< vector<double> > makeSimsDist();
+       vector< vector<double> > makeSimsDist(SparseDistanceMatrix*);
     int writeTree(string, Tree*);
     int driver(vector<SharedRAbundVector*>, int, int, vector< vector<seqDist> >&);
        
-       ReadMatrix* readMatrix;
-       SparseMatrix* matrix;
        NameAssignment* nameMap;
        ListVector* list;
        TreeMap* tmap;