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