]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedlennon.h
This contains Pat's bug fixes and updates. It represents mothur v.1.3.0
[mothur.git] / sharedlennon.h
index 0aba6a91802c4a6275475b824c291df2a0cec751..cd2ebf690b48589c211ee44dc5e62e647403d24e 100644 (file)
@@ -18,7 +18,7 @@
 class Lennon : public Calculator  {
        
 public:
-       Lennon() :  Calculator("Lennon", 1, false) {};
+       Lennon() :  Calculator("lennon", 1, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
        EstOutput getValues(vector<SharedRAbundVector*>);
 private: