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