X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=structkulczynski.h;fp=structkulczynski.h;h=75cd8a6e615218a16946d371917fc22e524a5b08;hb=7d38edc137a66a33f67f8cf55cce88331290aaf7;hp=0000000000000000000000000000000000000000;hpb=75c5a235ac3eb22e0f97d36874f4b2dcf9591f2e;p=mothur.git diff --git a/structkulczynski.h b/structkulczynski.h new file mode 100644 index 0000000..75cd8a6 --- /dev/null +++ b/structkulczynski.h @@ -0,0 +1,33 @@ +#ifndef STRUCTKULCZYNSKI_H +#define STRUCTKULCZYNSKI_H + +/* + * structkulczynski.h + * Mothur + * + * Created by westcott on 12/15/10. + * Copyright 2010 Schloss Lab. All rights reserved. + * + */ + + +#include "calculator.h" + +/***********************************************************************/ + +class StructKulczynski : public Calculator { + +public: + StructKulczynski() : Calculator("structkulczynski", 1, false) {}; + EstOutput getValues(SAbundVector*) {return data;}; + EstOutput getValues(vector); +private: + +}; + +/***********************************************************************/ + +#endif + + +