X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedlennon.h;fp=sharedlennon.h;h=0aba6a91802c4a6275475b824c291df2a0cec751;hb=50ed3b6104d5821d6184f882e1e1423d47dcbf10;hp=51bc9ed4bbb56b71f99040f91ca5dae276a571ec;hpb=17261b0ad578de8aac463dd6977a2d6fdee565a1;p=mothur.git diff --git a/sharedlennon.h b/sharedlennon.h index 51bc9ed..0aba6a9 100644 --- a/sharedlennon.h +++ b/sharedlennon.h @@ -18,9 +18,9 @@ class Lennon : public Calculator { public: - Lennon() : Calculator("Lennon", 1) {}; + Lennon() : Calculator("Lennon", 1, false) {}; EstOutput getValues(SAbundVector*) {return data;}; - EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*); + EstOutput getValues(vector); private: };