]> 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 7c7ac6f540be38e2f151568034737a01d16d5d8c..4f86fedf4bad250b62f7b8a237143a049986482a 100644 (file)
--- a/uvest.h
+++ b/uvest.h
@@ -15,10 +15,7 @@ It is used by sharedJAbund and SharedSorensonAbund. */
  
 using namespace std;
 
-#include <Carbon/Carbon.h>
-#include <vector>
-#include <iostream>
-#include <fstream>
+#include "mothur.h"
 #include "sharedrabundvector.h"
 
 typedef vector<double> EstOutput;
@@ -26,8 +23,8 @@ typedef vector<double> EstOutput;
 /***********************************************************************/
 class UVEst {
        public:
-               EstOutput getUVest(SharedRAbundVector* shared1, SharedRAbundVector* shared2);           
+               EstOutput getUVest(vector<SharedRAbundVector*>);                
 };
 /***********************************************************************/
 
-#endif
\ No newline at end of file
+#endif