]> git.donarmstrong.com Git - mothur.git/blobdiff - phylotree.cpp
1.22.0
[mothur.git] / phylotree.cpp
index 1fd4e5d238119bbcd6be5c54fbd7013fcdfc27bd..6ca36361dc55fe6c204017486c98ebeea77e7a9c 100644 (file)
@@ -131,7 +131,7 @@ PhyloTree::PhyloTree(string tfile){
                
                #ifdef USE_MPI
                        int pid, num, processors;
-                       vector<unsigned long int> positions;
+                       vector<unsigned long long> positions;
                        
                        MPI_Status status; 
                        MPI_File inMPI;
@@ -275,6 +275,8 @@ int PhyloTree::addSeqToTree(string seqName, string seqTaxonomy){
        
                        if (seqTaxonomy == "") {   uniqueTaxonomies[currentNode] = currentNode; }
                }
+               
+               return 0;
        }
        catch(exception& e) {
                m->errorOut(e, "PhyloTree", "addSeqToTree");