]> git.donarmstrong.com Git - mothur.git/blobdiff - mgclustercommand.h
removed comments
[mothur.git] / mgclustercommand.h
index a727c973c5954052f577479eed1046142e2cc49a..96410bfc39f1a28140357cdf2ee9233fe5e51bc2 100644 (file)
@@ -47,7 +47,7 @@ private:
        HCluster* hcluster;
        ListVector* list;
        ListVector oldList;
-//    RAbundVector rav;
+        RAbundVector rav;
        vector<seqDist> overlapMatrix;
        vector<string> outputNames;
        
@@ -62,7 +62,7 @@ private:
        ListVector* mergeOPFs(map<string, int>, float);
        void sortHclusterFiles(string, string);
        vector<seqDist> getSeqs(ifstream&);
-//    void createRabund(map<string, int>);
+        void createRabund(map<string, int>);
 
 };