]> git.donarmstrong.com Git - mothur.git/blobdiff - primerdesigncommand.cpp
added checks to make sure windows processes completed their tasks.
[mothur.git] / primerdesigncommand.cpp
index f6ec7b591c5926070eb33e12022920347ace8107..48bb00f5cc7b8f7bc9cacdce2bdb6e32aeec656b 100644 (file)
@@ -889,7 +889,9 @@ vector<Sequence> PrimerDesignCommand::createProcessesConSeqs(map<string, int>& n
         
         
 #else
-               counts = driverGetCounts(nameMap, fastaCount, otuCounts, 0, 1000);      
+        unsigned long long start = 0;
+        unsigned long long end = 1000;
+               counts = driverGetCounts(nameMap, fastaCount, otuCounts, start, end);   
 #endif         
         
         //you will have a nameMap error if there is a namefile or countfile, but if those aren't given we want to make sure the fasta and list file match.