X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mempearson.h;fp=mempearson.h;h=0000000000000000000000000000000000000000;hb=4a877efa127e56e81a21f53cfdbbfd3bfbe8c4ff;hp=c09dce3246d0d0e741083a44bb566bc34b8f2229;hpb=a6cf29fa4dac0909c7582cb1094151d34093ee76;p=mothur.git diff --git a/mempearson.h b/mempearson.h deleted file mode 100644 index c09dce3..0000000 --- a/mempearson.h +++ /dev/null @@ -1,32 +0,0 @@ -#ifndef MEMPEARSON_H -#define MEMPEARSON_H - -/* - * mempearson.h - * Mothur - * - * Created by westcott on 12/17/10. - * Copyright 2010 Schloss Lab. All rights reserved. - * - */ - - - -#include "calculator.h" - -/***********************************************************************/ - -class MemPearson : public Calculator { - -public: - MemPearson() : Calculator("mempearson", 1, false) {}; - EstOutput getValues(SAbundVector*) {return data;}; - EstOutput getValues(vector); - string getCitation() { return "http://www.mothur.org/wiki/Mempearson"; } -private: - -}; - -/***********************************************************************/ - -#endif