]> git.donarmstrong.com Git - mothur.git/blobdiff - smithwilson.h
changes while testing
[mothur.git] / smithwilson.h
index 6e060d9b91716eb11a49ce8cfc0ec2c185222e64..46c3af9aa8c671f993ab8513750ab933d99e8090 100644 (file)
@@ -20,6 +20,7 @@ public:
        SmithWilson() : Calculator("smithwilson", 1, false) {};
        EstOutput getValues(SAbundVector*);
        EstOutput getValues(vector<SharedRAbundVector*>) {return data;};
+       string getCitation() { return "http://www.mothur.org/wiki/Smithwilson"; }
 };
 
 /***********************************************************************/