]> git.donarmstrong.com Git - mothur.git/blobdiff - summarycommand.cpp
Added get.line command.
[mothur.git] / summarycommand.cpp
index 06cc9b027de971c65204e3254ef07cc1eacae320..36a4e0efb5fc9fdbbe8587eca17886c8b5c55ea4 100644 (file)
@@ -35,7 +35,7 @@ SummaryCommand::SummaryCommand(){
                                        convert(globaldata->getAbund(), abund);
                                        if(abund < 5)
                                                abund = 10;
-                                       sumCalculators.push_back(new Ace());
+                                       sumCalculators.push_back(new Ace(abund));
                                }else if(globaldata->Estimators[i] == "jack"){
                                        sumCalculators.push_back(new Jackknife());
                                }else if(globaldata->Estimators[i] == "shannon"){