]> git.donarmstrong.com Git - mothur.git/blobdiff - bstick.h
added concensus command and updated calcs
[mothur.git] / bstick.h
index f4693b7974ea60dace28bcb088b64d9c09d6629d..476b588d64f7223cfe2222ea15f2724d6f3ecdaf 100644 (file)
--- a/bstick.h
+++ b/bstick.h
@@ -18,9 +18,9 @@ It is a child of the calculator class.*/
 class BStick : public Calculator  {
        
 public:
-       BStick() : Calculator("bstick", 3) {};
+       BStick() : Calculator("bstick", 3, false) {};
        EstOutput getValues(SAbundVector*);
-       EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*) {return data;};
+       EstOutput getValues(vector<SharedRAbundVector*>) {return data;};
 
 private:
        double invSum(int, double);