X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bstick.h;h=476b588d64f7223cfe2222ea15f2724d6f3ecdaf;hb=9013e13ecfb2fda3c2664a76f76cc99b8c7fa74c;hp=f2107b18f9d3484884133b180e41ee3cfe5b0077;hpb=eb1c88346fb246e95a6b38935b103f95e38b82ca;p=mothur.git diff --git a/bstick.h b/bstick.h index f2107b1..476b588 100644 --- a/bstick.h +++ b/bstick.h @@ -5,7 +5,7 @@ * Mothur * * Created by Thomas Ryabin on 3/6/09. - * Copyright 2009 __MyCompanyName__. All rights reserved. + * Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved. * */ #include "calculator.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) {return data;}; private: double invSum(int, double);