]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedanderberg.h
working on citations
[mothur.git] / sharedanderberg.h
diff --git a/sharedanderberg.h b/sharedanderberg.h
deleted file mode 100644 (file)
index 4de5ca2..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-#ifndef SHAREDANDERBERG_H
-#define SHAREDANDERBERG_H
-/*
- *  sharedanderberg.h
- *  Mothur
- *
- *  Created by Sarah Westcott on 3/23/09.
- *  Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved.
- *
- */
-
-#include "calculator.h"
-
-/***********************************************************************/
-
-class SharedAnderberg : public Calculator  {
-       
-public:
-       SharedAnderberg() :  Calculator("anderberg", 1) {};
-       EstOutput getValues(SAbundVector*) {return data;};
-       EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*);
-private:
-       
-};
-
-/***********************************************************************/
-
-
-
-#endif
\ No newline at end of file