]> git.donarmstrong.com Git - mothur.git/blobdiff - summarysharedcommand.h
fixed bug with displaying info for collect.shared() and summary.shared().
[mothur.git] / summarysharedcommand.h
index 9ce3b69b65fab19c845b9344f9fe192d70e88ae0..ab1d7ac4d8af610748c5dab7c26f42e2ff320da5 100644 (file)
@@ -44,7 +44,6 @@ public:
        int execute();
        
 private:
-       void getGroupComb();
        void getSharedVectors();
        
        GlobalData* globaldata;
@@ -57,7 +56,6 @@ private:
        SharedRAbundVector* shared1, shared2;
        string outputFileName;
        ofstream outputFileHandle;
-       vector<string> groupComb;
 
 };