]> git.donarmstrong.com Git - mothur.git/blobdiff - bootstrapsharedcommand.h
pat's slight modifications to trim.seqs
[mothur.git] / bootstrapsharedcommand.h
index 6b63233862a661634ab03f47951d683104b125c7..be4a7648825ba541a253daa74817b120ed087f57 100644 (file)
@@ -32,9 +32,9 @@ public:
        void help();
        
 private:
-       void createTree(ostream*, Tree*);
+       int createTree(ostream*, Tree*);
        void printSims();
-       void process(SharedOrderVector*);
+       int process(SharedOrderVector*);
        
        
        GlobalData* globaldata;
@@ -58,7 +58,7 @@ private:
        set<string> labels; //holds labels to be used
        string outputFile, calc, groups, label, outputDir;
        int numGroups, iters;
-       vector<string>  Estimators, Groups; //holds estimators to be used
+       vector<string>  Estimators, Groups, outputNames; //holds estimators to be used
 
 };