]> git.donarmstrong.com Git - mothur.git/blobdiff - mempearson.h
moved mothur's source into a folder to make grabbing just the source easier on github
[mothur.git] / mempearson.h
diff --git a/mempearson.h b/mempearson.h
deleted file mode 100644 (file)
index c09dce3..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-#ifndef MEMPEARSON_H
-#define MEMPEARSON_H
-
-/*
- *  mempearson.h
- *  Mothur
- *
- *  Created by westcott on 12/17/10.
- *  Copyright 2010 Schloss Lab. All rights reserved.
- *
- */
-
-
-
-#include "calculator.h"
-
-/***********************************************************************/
-
-class MemPearson : public Calculator  {
-       
-public:
-       MemPearson() :  Calculator("mempearson", 1, false) {};  
-       EstOutput getValues(SAbundVector*) {return data;};
-       EstOutput getValues(vector<SharedRAbundVector*>);
-       string getCitation() { return "http://www.mothur.org/wiki/Mempearson"; }
-private:
-       
-};
-
-/***********************************************************************/
-
-#endif