]> git.donarmstrong.com Git - mothur.git/blobdiff - shen.cpp
broke up globaldata and moved error checking and help into commands
[mothur.git] / shen.cpp
index a2f61889c7a88e1b43c3646470dd96224a298519..612a253dfd56ec074ab7bc305c1bf45f5b47e3c5 100644 (file)
--- a/shen.cpp
+++ b/shen.cpp
@@ -22,9 +22,6 @@ EstOutput Shen::getValues(SAbundVector* rank){
                double n = (double)rank->getNumSeqs();
                double f1 = (double)rank->get(1);
                
-               int abund;
-               convert(globaldata->getAbund(), abund);
-               
                Ace* calc = new Ace(abund);
                EstOutput ace = calc->getValues(rank);