X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedkstest.h;h=6509b5330ad56930df42ee5a7d235eb97b1b31c4;hb=2e77272b6f5987bd2bde592bb15262a8c69ea9e0;hp=dfe1c1a7232f2cdafd0d8c7829498d68b9b5bb70;hpb=eb1c88346fb246e95a6b38935b103f95e38b82ca;p=mothur.git diff --git a/sharedkstest.h b/sharedkstest.h index dfe1c1a..6509b53 100644 --- a/sharedkstest.h +++ b/sharedkstest.h @@ -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,12 @@ 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); private: };