X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=smithwilson.h;h=46c3af9aa8c671f993ab8513750ab933d99e8090;hp=6e060d9b91716eb11a49ce8cfc0ec2c185222e64;hb=615301e57c25e241356a9c2380648d117709458d;hpb=10e9f1ff74515ff887519b08e50c30c47d2472d2 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"; } }; /***********************************************************************/