X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=smithwilson.h;h=46c3af9aa8c671f993ab8513750ab933d99e8090;hb=6b32d112bb60e9f7eb6d4407a4eed4c49b67bced;hp=6e060d9b91716eb11a49ce8cfc0ec2c185222e64;hpb=10e9f1ff74515ff887519b08e50c30c47d2472d2;p=mothur.git diff --git a/smithwilson.h b/smithwilson.h index 6e060d9..46c3af9 100644 --- a/smithwilson.h +++ b/smithwilson.h @@ -20,6 +20,7 @@ public: SmithWilson() : Calculator("smithwilson", 1, false) {}; EstOutput getValues(SAbundVector*); EstOutput getValues(vector) {return data;}; + string getCitation() { return "http://www.mothur.org/wiki/Smithwilson"; } }; /***********************************************************************/