X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mothurout.h;h=8ac84007de59225ccffb9642a4d0dd023818e40a;hb=a150db3c2bfd7b76420048a1e94ebe397f2c6045;hp=f6f505dce6409db716561b061a2e66eda3efae5a;hpb=81a56b9cea37749c5d4a7646a8d6148a4703bfc3;p=mothur.git diff --git a/mothurout.h b/mothurout.h index f6f505d..8ac8400 100644 --- a/mothurout.h +++ b/mothurout.h @@ -44,6 +44,7 @@ class MothurOut { //functions from mothur.h //file operations vector divideFile(string, int&); + int divideFile(string, int&, vector&); vector setFilePosEachLine(string, int&); vector setFilePosFasta(string, int&); string sortFile(string, string);