X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=simpson.h;h=02142175bf90fcc1c99d8961a93011671444ea1f;hb=d945488119ad368b180537f36ed40298ff170f39;hp=3006e860204680809c7efd0293f8c98386708a93;hpb=3117b1c3109121dff476997d3c5db5b47a77729b;p=mothur.git diff --git a/simpson.h b/simpson.h index 3006e86..0214217 100644 --- a/simpson.h +++ b/simpson.h @@ -20,7 +20,7 @@ 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;}; };