X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=simpsoneven.h;fp=simpsoneven.h;h=b793e54430cfc1b4d3a69c33ed6d1fa341a22d0e;hb=0caf3fbabaa3ece404f8ce77f4c883dc5b1bf1dc;hp=0000000000000000000000000000000000000000;hpb=1b73ff67c83892a025e597dabd9df6fe7b58206a;p=mothur.git diff --git a/simpsoneven.h b/simpsoneven.h new file mode 100644 index 0000000..b793e54 --- /dev/null +++ b/simpsoneven.h @@ -0,0 +1,29 @@ +#ifndef SIMPSONEVEN_H +#define SIMPSONEVEN_H + +/* + * simpsoneven.h + * Mothur + * + * Created by Pat Schloss on 8/21/10. + * Copyright 2010 Schloss Lab. All rights reserved. + * + */ + +#include "calculator.h" + +/***********************************************************************/ + +class SimpsonEven : public Calculator { + +public: + SimpsonEven() : Calculator("simpsoneven", 1, false) {}; + EstOutput getValues(SAbundVector*); + EstOutput getValues(vector) {return data;}; + string getCitation() { return "http://www.mothur.org/wiki/Simpsoneven"; } +}; + +/***********************************************************************/ + +#endif +