X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=invsimpson.h;fp=invsimpson.h;h=e89d8a250d55495e7833f92032f1b773dcc4aa00;hb=10e9f1ff74515ff887519b08e50c30c47d2472d2;hp=0000000000000000000000000000000000000000;hpb=94ba64671398f3c9e591df90536833123de0fd34;p=mothur.git diff --git a/invsimpson.h b/invsimpson.h new file mode 100644 index 0000000..e89d8a2 --- /dev/null +++ b/invsimpson.h @@ -0,0 +1,29 @@ +#ifndef INVSIMPSON +#define INVSIMPSON + +/* + * invsimpson.h + * Mothur + * + * Created by Pat Schloss on 8/20/10. + * Copyright 2010 Schloss Lab. All rights reserved. + * + */ + + + +#include "calculator.h" + +/***********************************************************************/ + +class InvSimpson : public Calculator { + +public: + InvSimpson() : Calculator("invsimpson", 3, false) {}; + EstOutput getValues(SAbundVector*); + EstOutput getValues(vector) {return data;}; +}; + +/***********************************************************************/ + +#endif