]> git.donarmstrong.com Git - mothur.git/blobdiff - mgclustercommand.h
fixed pointers in mgcluster
[mothur.git] / mgclustercommand.h
index 6f4453316a33d41cb18774d6c9b435bc563980e2..0626b86cd96792dfce2b4c523760749f44d74858 100644 (file)
@@ -47,6 +47,7 @@ private:
        Cluster* cluster;
        HCluster* hcluster;
        ListVector* list;
+    CountTable* ct;
        ListVector oldList;
     RAbundVector rav;
        vector<seqDist> overlapMatrix;
@@ -63,7 +64,7 @@ private:
        ListVector* mergeOPFs(map<string, int>, float);
        void sortHclusterFiles(string, string);
        vector<seqDist> getSeqs(ifstream&);
-    void createRabund(CountTable);
+    void createRabund(CountTable*, ListVector*);
 
 };