]> git.donarmstrong.com Git - mothur.git/blobdiff - rarefactcommand.cpp
Added get.line command.
[mothur.git] / rarefactcommand.cpp
index df33e5d7a01ed9ca053cee3849bd5bd1448bda23..594b1dde19ee6f48bfbe6641133428513c22c27f 100644 (file)
@@ -38,7 +38,7 @@ RareFactCommand::RareFactCommand(){
                                        convert(globaldata->getAbund(), abund);
                                        if(abund < 5)
                                                abund = 10;
-                                       rDisplays.push_back(new RareDisplay(new Ace(), new ThreeColumnFile(fileNameRoot+"r_ace")));
+                                       rDisplays.push_back(new RareDisplay(new Ace(abund), new ThreeColumnFile(fileNameRoot+"r_ace")));
                                }else if (globaldata->Estimators[i] == "jack") { 
                                        rDisplays.push_back(new RareDisplay(new Jackknife(), new ThreeColumnFile(fileNameRoot+"r_jack")));
                                }else if (globaldata->Estimators[i] == "shannon") {