]> git.donarmstrong.com Git - mothur.git/blobdiff - qstat.h
added concensus command and updated calcs
[mothur.git] / qstat.h
diff --git a/qstat.h b/qstat.h
index b0c985a88a45d7ad88a6a868db0aee7097998f2c..5bc6d9e5b92f8dfdd1cce82abd08615c651ca6b1 100644 (file)
--- a/qstat.h
+++ b/qstat.h
@@ -18,9 +18,10 @@ It is a child of the calculator class.*/
 class QStat : public Calculator  {
        
 public:
-       QStat() : Calculator("qstat", 1) {};
+       QStat() : Calculator("qstat", 1, false) {};
+
        EstOutput getValues(SAbundVector*);
-       EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*) {return data;};
+       EstOutput getValues(vector<SharedRAbundVector*>) {return data;};
 
 private:
        RAbundVector rdata;