]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedkstest.h
fixes while testing 1.33.0
[mothur.git] / sharedkstest.h
index dfe1c1a7232f2cdafd0d8c7829498d68b9b5bb70..1ffae83f484721188b70002003639daedd33e013 100644 (file)
@@ -1,11 +1,11 @@
-#ifndef SHAREDKSTEST_H
-#define SHAREDKSTEST_H
+#ifndef KSTEST_H
+#define KSTEST_H
 /*
  *  kstest.h
  *  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"
@@ -15,12 +15,13 @@ It is a child of the calculator class.*/
 
 /***********************************************************************/
 
-class SharedKSTest : public Calculator  {
+class KSTest : public Calculator  {
        
 public:
-       SharedKSTest() : Calculator("sharedkstest", 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:
 };