]> git.donarmstrong.com Git - mothur.git/blobdiff - whittaker.h
changes while testing
[mothur.git] / whittaker.h
index 7ffd0cc299ebf5bf527a10a6764026c9e915ec8f..3bbd94ae22253c966af6dd82bfe63182c0b02624 100644 (file)
@@ -21,6 +21,7 @@ public:
        Whittaker() : Calculator("whittaker", 1, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
        EstOutput getValues(vector<SharedRAbundVector*>);
+       string getCitation() { return "http://www.mothur.org/wiki/Whittaker"; }
 
 };