]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedlennon.h
fixes while testing 1.33.0
[mothur.git] / sharedlennon.h
index 0aba6a91802c4a6275475b824c291df2a0cec751..cf1831ec21ac8e41e35a71a43bee77fec6ac7f53 100644 (file)
 class Lennon : public Calculator  {
        
 public:
-       Lennon() :  Calculator("Lennon", 1, false) {};
+       Lennon() :  Calculator("lennon", 1, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
        EstOutput getValues(vector<SharedRAbundVector*>);
+       string getCitation() { return "http://www.mothur.org/wiki/Lennon"; }
 private:
        
 };
 
 /***********************************************************************/
 
-
-
-#endif
\ No newline at end of file
+#endif