]> git.donarmstrong.com Git - mothur.git/blobdiff - summarysharedcommand.h
added checks for ^C to quit command instead of program
[mothur.git] / summarysharedcommand.h
index 8f37eeb9cb1a907c7db1b2c6549ad19bda591a6b..bcd8ab671f2727331179dbe3511d4acd72f72417 100644 (file)
@@ -41,7 +41,7 @@ private:
        vector<SharedRAbundVector*> lookup;
        string outputFileName, format, outAllFileName, outputDir;
        ofstream outputFileHandle, outAll;
-       void process(vector<SharedRAbundVector*>);
+       int process(vector<SharedRAbundVector*>);
 
 };