X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedsorabund.h;h=aa8562260de55160b713605dd64a20389cd10368;hb=a0f1fca79d2ddfa7ad36b4485039c68b5704fe8d;hp=7fd6434839e647ab79f2092d860175330a0bd817;hpb=20a2d0350a737a434c89f303662d64a8eeea7b05;p=mothur.git diff --git a/sharedsorabund.h b/sharedsorabund.h index 7fd6434..aa85622 100644 --- a/sharedsorabund.h +++ b/sharedsorabund.h @@ -1,5 +1,5 @@ -#ifndef SHAREDSORABUND_H -#define SHAREDSORABUND_H +#ifndef SORABUND_H +#define SORABUND_H /* * sharedsorabund.h * Dotur @@ -13,17 +13,17 @@ It is a child of the calculator class. */ -#include #include "calculator.h" /***********************************************************************/ -class SharedSorAbund : public Calculator { +class SorAbund : public Calculator { public: - SharedSorAbund() : Calculator("SharedSorAbund", 3) {}; + SorAbund() : Calculator("sorabund", 1, false) {}; EstOutput getValues(SAbundVector*) {return data;}; - EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*); + EstOutput getValues(vector); + string getCitation() { return "http://www.mothur.org/wiki/Sorabund"; } private: UVEst* uv;