]> git.donarmstrong.com Git - mothur.git/blobdiff - uvest.h
moved mothur's source into a folder to make grabbing just the source easier on github
[mothur.git] / uvest.h
diff --git a/uvest.h b/uvest.h
deleted file mode 100644 (file)
index 384e80c..0000000
--- a/uvest.h
+++ /dev/null
@@ -1,31 +0,0 @@
-#ifndef UVEST_H
-#define UVEST_H
-/*
- *  uvest.h
- *  Dotur
- *
- *  Created by Sarah Westcott on 1/8/09.
- *  Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved.
- *
- */
-/* This class implements the UVEst estimator on two groups. 
-It is used by sharedJAbund and SharedSorensonAbund. */
-
-#include "mothur.h"
-#include "sharedrabundvector.h"
-
-typedef vector<double> EstOutput;
-
-/***********************************************************************/
-class UVEst {
-       public:
-               UVEst() { m = MothurOut::getInstance(); }
-               EstOutput getUVest(vector<SharedRAbundVector*>);        
-       private:
-               MothurOut* m;
-};
-/***********************************************************************/
-
-#endif