X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=invsimpson.h;fp=invsimpson.h;h=0000000000000000000000000000000000000000;hb=4a877efa127e56e81a21f53cfdbbfd3bfbe8c4ff;hp=1471a6cf9997c23e0c3b88cb1549ee7bb4471ac5;hpb=a6cf29fa4dac0909c7582cb1094151d34093ee76;p=mothur.git diff --git a/invsimpson.h b/invsimpson.h deleted file mode 100644 index 1471a6c..0000000 --- a/invsimpson.h +++ /dev/null @@ -1,30 +0,0 @@ -#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;}; - string getCitation() { return "http://www.mothur.org/wiki/InvSimpson"; } -}; - -/***********************************************************************/ - -#endif