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