X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=structkulczynski.h;fp=structkulczynski.h;h=0000000000000000000000000000000000000000;hb=4a877efa127e56e81a21f53cfdbbfd3bfbe8c4ff;hp=a0e4b9d5430df86302fb30e28a3f81ac74b88da6;hpb=a6cf29fa4dac0909c7582cb1094151d34093ee76;p=mothur.git diff --git a/structkulczynski.h b/structkulczynski.h deleted file mode 100644 index a0e4b9d..0000000 --- a/structkulczynski.h +++ /dev/null @@ -1,34 +0,0 @@ -#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); - string getCitation() { return "http://www.mothur.org/wiki/Structkulczynski"; } -private: - -}; - -/***********************************************************************/ - -#endif - - -