X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=structchi2.h;fp=structchi2.h;h=0000000000000000000000000000000000000000;hb=4a877efa127e56e81a21f53cfdbbfd3bfbe8c4ff;hp=a444dd3621bff28aa58547da7f9aef9c81d4b568;hpb=a6cf29fa4dac0909c7582cb1094151d34093ee76;p=mothur.git diff --git a/structchi2.h b/structchi2.h deleted file mode 100644 index a444dd3..0000000 --- a/structchi2.h +++ /dev/null @@ -1,35 +0,0 @@ -#ifndef STRUCTCHI2_H -#define STRUCTCHI2_H - -/* - * structchi2.h - * Mothur - * - * Created by westcott on 12/17/10. - * Copyright 2010 Schloss Lab. All rights reserved. - * - */ - - -#include "calculator.h" - -/***********************************************************************/ - -class StructChi2 : public Calculator { - -public: - StructChi2() : Calculator("structchi2", 1, false, true) {}; //the true means this calculator needs all groups to calculate the pair value - EstOutput getValues(SAbundVector*) {return data;}; - EstOutput getValues(vector); - string getCitation() { return "http://www.mothur.org/wiki/Structchi2"; } -private: - -}; - -/***********************************************************************/ - -#endif - - - -