X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=bstick.h;h=11f4b8c631d4367ee5cff46df29c4072905277fa;hp=f2107b18f9d3484884133b180e41ee3cfe5b0077;hb=d1c97b8c04bb75faca1e76ffad60b37a4d789d3d;hpb=eb1c88346fb246e95a6b38935b103f95e38b82ca diff --git a/bstick.h b/bstick.h index f2107b1..11f4b8c 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,10 +18,10 @@ 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;}; + string getCitation() { return "http://www.mothur.org/wiki/Bstick"; } private: double invSum(int, double); RAbundVector getRAbundVector(SAbundVector*);