]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedkstest.h
fixes while testing 1.33.0
[mothur.git] / sharedkstest.h
index 67c85257b026a9bd9852cf76867a0afb1a0c0f1f..1ffae83f484721188b70002003639daedd33e013 100644 (file)
@@ -18,9 +18,10 @@ 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*>);
+       string getCitation() { return "http://www.mothur.org/wiki/Kstest"; }
 private:
 };