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