]> git.donarmstrong.com Git - mothur.git/blobdiff - mothurout.h
working on windows paralellization, added trimOligos class to be used by trim.flows...
[mothur.git] / mothurout.h
index 6f04f892dbb588700c884d27071fb613457fb35b..013aa541444227deab43ec80eda7948dfd402bb6 100644 (file)
@@ -57,10 +57,10 @@ class MothurOut {
                
                //functions from mothur.h
                //file operations
-               vector<unsigned long int> divideFile(string, int&);
+               vector<unsigned long long> divideFile(string, int&);
                int divideFile(string, int&, vector<string>&);
-               vector<unsigned long int> setFilePosEachLine(string, int&);
-               vector<unsigned long int> setFilePosFasta(string, int&);
+               vector<unsigned long long> setFilePosEachLine(string, int&);
+               vector<unsigned long long> setFilePosFasta(string, int&);
                string sortFile(string, string);
                void appendFiles(string, string);
                int renameFile(string, string); //oldname, newname