X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=simpson.h;h=d3d93a74965dad446b1bb18ae9df11c921bb4e59;hp=968d5a152a3625429c89af509a13a949604d5759;hb=a8e2df1b96a57f5f29576b08361b86a96a8eff4f;hpb=20a2d0350a737a434c89f303662d64a8eeea7b05 diff --git a/simpson.h b/simpson.h index 968d5a1..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. * */ @@ -13,7 +13,6 @@ It is a child of the calculator class. */ -#include #include "calculator.h" /***********************************************************************/ @@ -21,11 +20,12 @@ 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"; } }; /***********************************************************************/ -#endif \ No newline at end of file +#endif