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