X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=geom.h;h=05fc0d76d3e6cd89b1c8b53b3875fcd2634c6f60;hb=e4827e0945cbda536064e5a345996b2a7dfcbb81;hp=b9da73f06594fd6fd41e62328698081d6213a278;hpb=d59f91eb1230d2c7867a92cb86138b7003100ab4;p=mothur.git diff --git a/geom.h b/geom.h index b9da73f..05fc0d7 100644 --- a/geom.h +++ b/geom.h @@ -19,7 +19,7 @@ It is a child of the calculator class. */ class Geom : public Calculator { public: - Geom() : Calculator("geom", 3) {}; + Geom() : Calculator("geometric", 3) {}; EstOutput getValues(SAbundVector*); EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*) {return data;};