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