X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=soergel.h;fp=soergel.h;h=7156ee7e146a8a6769589802c949b8369c2d523b;hb=75c5a235ac3eb22e0f97d36874f4b2dcf9591f2e;hp=0000000000000000000000000000000000000000;hpb=8f89a92f4ada82a2b3bf51b23b6a977770f2b9e2;p=mothur.git diff --git a/soergel.h b/soergel.h new file mode 100644 index 0000000..7156ee7 --- /dev/null +++ b/soergel.h @@ -0,0 +1,30 @@ +#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); +private: + +}; + +/***********************************************************************/ + +#endif \ No newline at end of file