]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedlennon.h
added concensus command and updated calcs
[mothur.git] / sharedlennon.h
index 51bc9ed4bbb56b71f99040f91ca5dae276a571ec..0aba6a91802c4a6275475b824c291df2a0cec751 100644 (file)
@@ -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<SharedRAbundVector*>);
 private:
        
 };