]> git.donarmstrong.com Git - mothur.git/blobdiff - collectsharedcommand.cpp
fixed some bugs found while testing 1.8
[mothur.git] / collectsharedcommand.cpp
index a8d5069d7d123277b58df1cfdf1d0ff8b773c4e6..2f12282d7c4ca3379e9fe9b9848acd6ed5bd2df6 100644 (file)
@@ -223,10 +223,10 @@ int CollectSharedCommand::execute(){
                //if the users entered no valid calculators don't execute command
                if (cDisplays.size() == 0) { return 0; }
                for(int i=0;i<cDisplays.size();i++){    cDisplays[i]->setAll(all);      }       
-               
+       
                read = new ReadOTUFile(globaldata->inputFileName);      
                read->read(&*globaldata); 
-                       
+               
                input = globaldata->ginput;
                order = input->getSharedOrderVector();
                string lastLabel = order->getLabel();