X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=simpson.h;h=d3d93a74965dad446b1bb18ae9df11c921bb4e59;hb=70491a12902e89b85cfa6b44a7b7fbe066ee2ac1;hp=66f4c1328aa93a2db4b4979bb80713d8ad0361d9;hpb=58cf1d08fee8c64334979075fa57bcafb035a2ed;p=mothur.git diff --git a/simpson.h b/simpson.h index 66f4c13..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) {}; + Simpson() : Calculator("simpson", 3, false) {}; EstOutput getValues(SAbundVector*); - EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*) {return data;}; + EstOutput getValues(vector) {return data;}; + string getCitation() { return "http://www.mothur.org/wiki/Simpson"; } }; /***********************************************************************/