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