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