X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=errorchecking.h;h=58161d46886a6b99b73f853d0a36465a6f4b056e;hb=d5c8caf2d08b7ac6de30e33b1d19cfd246d08f03;hp=55795b2d97cdfb3c194ccf5d27a2dc1d1bd65e3b;hpb=bc9a445aa9fd0334301f9f23514de268e3b5a5e3;p=mothur.git diff --git a/errorchecking.h b/errorchecking.h index 55795b2..58161d4 100644 --- a/errorchecking.h +++ b/errorchecking.h @@ -33,10 +33,10 @@ class ErrorCheck { void splitAtDash(string&, set&); void validateReadFiles(); void validateReadDist(); - void validateReadPhil(string); - void validateParseFiles(string); + void validateReadPhil(); + void validateParseFiles(); void clear(); - string distfile, listfile, rabundfile, sabundfile, namefile, groupfile, orderfile, cutoff, format; + string phylipfile, columnfile, listfile, rabundfile, sabundfile, namefile, groupfile, orderfile, cutoff, format; string precision, method, fileroot, label, line, iters, jumble, freq, single, rarefaction, shared, summary; string commandName, optionText; bool errorFree;