X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mothurout.h;h=77c5a804070eaa2dd3229375df999a5b9521dc92;hb=01f8d2c7d982a6209211f5abbcf2a086fdf60d0a;hp=ac47d79f7d92b113f58dbe421fdbaad892b2b175;hpb=fdfbfe59134dd7dd3e49d90609d129128ba2d370;p=mothur.git diff --git a/mothurout.h b/mothurout.h index ac47d79..77c5a80 100644 --- a/mothurout.h +++ b/mothurout.h @@ -111,6 +111,7 @@ class MothurOut { int readNames(string, vector&, map&); int mothurRemove(string); bool mothurConvert(string, int&); //use for converting user inputs. Sets commandInputsConvertError to true if error occurs. Engines check this. + bool mothurConvert(string, intDist&); //use for converting user inputs. Sets commandInputsConvertError to true if error occurs. Engines check this. bool mothurConvert(string, float&); //use for converting user inputs. Sets commandInputsConvertError to true if error occurs. Engines check this. bool mothurConvert(string, double&); //use for converting user inputs. Sets commandInputsConvertError to true if error occurs. Engines check this.