]> git.donarmstrong.com Git - mothur.git/blobdiff - collectcommand.cpp
Added get.line command.
[mothur.git] / collectcommand.cpp
index f012ba151e0813f9b7ab67f5c2961db8eec23b1b..c716732474da857a38bee138931b4a769cca4aa1 100644 (file)
@@ -37,7 +37,7 @@ CollectCommand::CollectCommand(){
                                        cDisplays.push_back(new CollectDisplay(new Chao1(), new ThreeColumnFile(fileNameRoot+"chao")));
                                }else if (globaldata->Estimators[i] == "ace") { 
                                convert(globaldata->getAbund(), abund);
-                                       cDisplays.push_back(new CollectDisplay(new Ace(), new ThreeColumnFile(fileNameRoot+"ace")));
+                                       cDisplays.push_back(new CollectDisplay(new Ace(abund), new ThreeColumnFile(fileNameRoot+"ace")));
                                }else if (globaldata->Estimators[i] == "jack") { 
                                        cDisplays.push_back(new CollectDisplay(new Jackknife(), new ThreeColumnFile(fileNameRoot+"jack")));
                                }else if (globaldata->Estimators[i] == "shannon") {