]> git.donarmstrong.com Git - mothur.git/blobdiff - bootstrapsharedcommand.h
adding mothurout.h and .cpp to repo
[mothur.git] / bootstrapsharedcommand.h
index aa0c3250aa07ac1d1b7b81e406a821a2f788c08b..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;