]> git.donarmstrong.com Git - mothur.git/blobdiff - bstick.h
added heatmap.sim command and changed heatmap to heatmap.bin
[mothur.git] / bstick.h
index f2107b18f9d3484884133b180e41ee3cfe5b0077..476b588d64f7223cfe2222ea15f2724d6f3ecdaf 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,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);