]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedlennon.h
fixes while testing 1.33.0
[mothur.git] / sharedlennon.h
index 77eb6295d0fcd284b5aa1bb40236217d1e0c8092..cf1831ec21ac8e41e35a71a43bee77fec6ac7f53 100644 (file)
@@ -21,6 +21,7 @@ public:
        Lennon() :  Calculator("lennon", 1, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
        EstOutput getValues(vector<SharedRAbundVector*>);
+       string getCitation() { return "http://www.mothur.org/wiki/Lennon"; }
 private:
        
 };