]> git.donarmstrong.com Git - mothur.git/blobdiff - clustersplitcommand.cpp
pca command
[mothur.git] / clustersplitcommand.cpp
index 5998726fe3e4d48523ac6a771a9609dae328f739..c36e280e2925e3d07e6ef33e0756bbc039f08299 100644 (file)
@@ -380,7 +380,6 @@ int ClusterSplitCommand::execute(){
                                        
                        //for each file group figure out which process will complete it
                        //want to divide the load intelligently so the big files are spread between processes
-                       int count = 1;
                        for (int i = 0; i < distName.size(); i++) { 
                                int processToAssign = (i+1) % processors; 
                                if (processToAssign == 0) { processToAssign = processors; }
@@ -1112,7 +1111,7 @@ int ClusterSplitCommand::createMergedDistanceFile(vector< map<string, string> >
                }
 #endif
                                
-                       
+               return 0;       
                
                
        }