]> git.donarmstrong.com Git - mothur.git/blobdiff - uvest.h
changed defaults in allign.seqs command
[mothur.git] / uvest.h
diff --git a/uvest.h b/uvest.h
index 8906976faa784ca5a124cc402546f34611d11d00..4f86fedf4bad250b62f7b8a237143a049986482a 100644 (file)
--- a/uvest.h
+++ b/uvest.h
@@ -15,11 +15,7 @@ It is used by sharedJAbund and SharedSorensonAbund. */
  
 using namespace std;
 
-#include <vector>
-#include <iostream>
-#include <fstream>
-#include <cmath>
-
+#include "mothur.h"
 #include "sharedrabundvector.h"
 
 typedef vector<double> EstOutput;
@@ -27,7 +23,7 @@ typedef vector<double> EstOutput;
 /***********************************************************************/
 class UVEst {
        public:
-               EstOutput getUVest(SharedRAbundVector* shared1, SharedRAbundVector* shared2);           
+               EstOutput getUVest(vector<SharedRAbundVector*>);                
 };
 /***********************************************************************/