X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sharedkstest.h;h=1ffae83f484721188b70002003639daedd33e013;hp=89440256f36fea1aa99b615705ea3f247a9a336c;hb=a8e2df1b96a57f5f29576b08361b86a96a8eff4f;hpb=c537597ec5ebd47b4898da87ae03b0c2aeced354 diff --git a/sharedkstest.h b/sharedkstest.h index 8944025..1ffae83 100644 --- a/sharedkstest.h +++ b/sharedkstest.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,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); + string getCitation() { return "http://www.mothur.org/wiki/Kstest"; } private: };