X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedanderbergs.h;fp=sharedanderbergs.h;h=0000000000000000000000000000000000000000;hb=4a877efa127e56e81a21f53cfdbbfd3bfbe8c4ff;hp=785e52bd414ace766da04ef41d3ac7319b97f49b;hpb=a6cf29fa4dac0909c7582cb1094151d34093ee76;p=mothur.git diff --git a/sharedanderbergs.h b/sharedanderbergs.h deleted file mode 100644 index 785e52b..0000000 --- a/sharedanderbergs.h +++ /dev/null @@ -1,29 +0,0 @@ -#ifndef ANDERBERG_H -#define ANDERBERG_H -/* - * sharedanderberg.h - * Mothur - * - * Created by Sarah Westcott on 3/23/09. - * Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved. - * - */ - -#include "calculator.h" - -/***********************************************************************/ - -class Anderberg : public Calculator { - - public: - Anderberg() : Calculator("anderberg", 1, false) {}; - EstOutput getValues(SAbundVector*) {return data;}; - EstOutput getValues(vector); - string getCitation() { return "http://www.mothur.org/wiki/Anderberg"; } - private: - -}; - -/***********************************************************************/ - -#endif