X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=chao1.h;h=1322aac979c30b916370927f71102e5d265b7a0a;hb=74d3aaf0f85080ea3cfb1f1871e706bab9f48392;hp=27b7827f8db1d55225935ab13605da2f339f83cf;hpb=50ed3b6104d5821d6184f882e1e1423d47dcbf10;p=mothur.git diff --git a/chao1.h b/chao1.h index 27b7827..1322aac 100644 --- a/chao1.h +++ b/chao1.h @@ -19,7 +19,7 @@ It is a child of the calculator class. */ class Chao1 : public Calculator { public: - Chao1() : Calculator("Chao", 3, false) {}; + Chao1() : Calculator("chao", 3, false) {}; EstOutput getValues(SAbundVector*); EstOutput getValues(vector) {return data;}; };