X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=simpsoneven.h;fp=simpsoneven.h;h=0000000000000000000000000000000000000000;hb=4a877efa127e56e81a21f53cfdbbfd3bfbe8c4ff;hp=b793e54430cfc1b4d3a69c33ed6d1fa341a22d0e;hpb=a6cf29fa4dac0909c7582cb1094151d34093ee76;p=mothur.git diff --git a/simpsoneven.h b/simpsoneven.h deleted file mode 100644 index b793e54..0000000 --- a/simpsoneven.h +++ /dev/null @@ -1,29 +0,0 @@ -#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 -