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