]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedkstest.h
fixed bug with trim.seqs- when a file is blank for a grouping mothur removed it,...
[mothur.git] / sharedkstest.h
index 89440256f36fea1aa99b615705ea3f247a9a336c..6509b5330ad56930df42ee5a7d235eb97b1b31c4 100644 (file)
@@ -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 KSTest : public Calculator  {
        
 public:
-       KSTest() : Calculator("kstest", 3) {};
+       KSTest() : Calculator("kstest", 3, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
-       EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*);
+       EstOutput getValues(vector<SharedRAbundVector*>);
 private:
 };