]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedmarczewski.h
moved mothur's source into a folder to make grabbing just the source easier on github
[mothur.git] / sharedmarczewski.h
diff --git a/sharedmarczewski.h b/sharedmarczewski.h
deleted file mode 100644 (file)
index 66a18f7..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-#ifndef SHAREDMARCZEWSKI_H
-#define SHAREDMARCZEWSKI_H
-
-/*
- *  sharedmarczewski.h
- *  Mothur
- *
- *  Created by Thomas Ryabin on 4/8/09.
- *  Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved.
- *
- */
-
-#include "calculator.h"
-
-/***********************************************************************/
-
-class SharedMarczewski : public Calculator  {
-       
-public:
-       SharedMarczewski() : Calculator("sharedmarczewski", 1, false) {};
-       EstOutput getValues(SAbundVector*) {return data;};
-       EstOutput getValues(vector<SharedRAbundVector*>);
-       string getCitation() { return "http://www.mothur.org/wiki/Sharedmarczewski"; }
-private:
-};
-
-/***********************************************************************/
-
-#endif