X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=simpson.h;h=d3d93a74965dad446b1bb18ae9df11c921bb4e59;hb=250e3b11b1c9c1e1ad458ab6c7e71ac2e67e11d9;hp=699a5d5b37da2c64a60c9e7ddf4c9aafa567bca9;hpb=50ed3b6104d5821d6184f882e1e1423d47dcbf10;p=mothur.git diff --git a/simpson.h b/simpson.h index 699a5d5..d3d93a7 100644 --- a/simpson.h +++ b/simpson.h @@ -5,7 +5,7 @@ * Dotur * * Created by Sarah Westcott on 1/7/09. - * Copyright 2009 Schloss Lab Umass Amherst. All rights reserved. + * Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved. * */ @@ -20,9 +20,10 @@ It is a child of the calculator class. */ class Simpson : public Calculator { public: - Simpson() : Calculator("Simpson", 3, false) {}; + Simpson() : Calculator("simpson", 3, false) {}; EstOutput getValues(SAbundVector*); EstOutput getValues(vector) {return data;}; + string getCitation() { return "http://www.mothur.org/wiki/Simpson"; } }; /***********************************************************************/