X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=shen.cpp;fp=shen.cpp;h=612a253dfd56ec074ab7bc305c1bf45f5b47e3c5;hb=0470f6d037aacb3563c3f7010708120a4a67d4e6;hp=a2f61889c7a88e1b43c3646470dd96224a298519;hpb=bede5752eaeedb5a7e339439b6ba2f6670bca2b9;p=mothur.git diff --git a/shen.cpp b/shen.cpp index a2f6188..612a253 100644 --- 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);