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