]> git.donarmstrong.com Git - mothur.git/blobdiff - bstick.h
changes while testing
[mothur.git] / bstick.h
index f2107b18f9d3484884133b180e41ee3cfe5b0077..11f4b8c631d4367ee5cff46df29c4072905277fa 100644 (file)
--- 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<SharedRAbundVector*>) {return data;};
+       string getCitation() { return "http://www.mothur.org/wiki/Bstick"; }
 private:
        double invSum(int, double);
        RAbundVector getRAbundVector(SAbundVector*);