]> git.donarmstrong.com Git - mothur.git/blobdiff - mgclustercommand.h
working on adding count file to mgcluster
[mothur.git] / mgclustercommand.h
index 0626b86cd96792dfce2b4c523760749f44d74858..c9c23c80f88d0ab0c98ae058748c544a561b76d3 100644 (file)
@@ -58,13 +58,13 @@ private:
        double cutoff;
        float penalty;
        int precision, length, precisionLength;
-       bool abort, minWanted, hclusterWanted, merge, hard, large;
+       bool abort, minWanted, hclusterWanted, merge, hard;
        
        void printData(ListVector*);
        ListVector* mergeOPFs(map<string, int>, float);
        void sortHclusterFiles(string, string);
        vector<seqDist> getSeqs(ifstream&);
-    void createRabund(CountTable*, ListVector*);
+    void createRabund(CountTable*&, ListVector*&, RAbundVector*&);
 
 };