X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=geom.h;h=a07676b6573ada920e9770d462ddbcd8b8be196d;hb=541bab1dac00688b4c3a8c4a95ab464412663c50;hp=f88cb4acb33d2cf4027062f309329f3bc9f9aaf6;hpb=477e76a8a79b60f6cd4253324dd830bdea25e3e9;p=mothur.git diff --git a/geom.h b/geom.h index f88cb4a..a07676b 100644 --- a/geom.h +++ b/geom.h @@ -19,10 +19,12 @@ It is a child of the calculator class. */ class Geom : public Calculator { public: - Geom() : Calculator("geometric", 3) {}; - EstOutput getValues(SAbundVector*); - EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*) {return data;}; + Geom() : Calculator("geometric", 3, false) {}; + + EstOutput getValues(SAbundVector*); + EstOutput getValues(vector) {return data;}; + string getCitation() { return "http://www.mothur.org/wiki/Geometric"; } private: double kEq(double, double); RAbundVector getRAbundVector(SAbundVector*);