X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=validcalculator.cpp;h=7df7c4e28d65cb2f7853500728075e8edc161723;hp=a22ece24c3c83943d90971f51026ddeb6ddd3c73;hb=d1c97b8c04bb75faca1e76ffad60b37a4d789d3d;hpb=8f7f4fc08b8c70d9ef0f79607813dba4e926e102 diff --git a/validcalculator.cpp b/validcalculator.cpp index a22ece2..7df7c4e 100644 --- a/validcalculator.cpp +++ b/validcalculator.cpp @@ -177,7 +177,7 @@ void ValidCalculators::printCitations(vector Estimators) { }else if (Estimators[i] == "ochiai") { Calculator* temp = new Ochiai(); m->mothurOut(temp->getName() + ": "); temp->citation(); delete temp; }else if (Estimators[i] == "anderberg") { Calculator* temp = new Anderberg(); m->mothurOut(temp->getName() + ": "); temp->citation(); delete temp; - }else if (Estimators[i] == "skulczynski") { Calculator* temp = new Kulczynski(); m->mothurOut(temp->getName() + ": "); temp->citation(); delete temp; + }else if (Estimators[i] == "kulczynski") { Calculator* temp = new Kulczynski(); m->mothurOut(temp->getName() + ": "); temp->citation(); delete temp; }else if (Estimators[i] == "kulczynskicody") { Calculator* temp = new KulczynskiCody(); m->mothurOut(temp->getName() + ": "); temp->citation(); delete temp; }else if (Estimators[i] == "lennon") { Calculator* temp = new Lennon(); m->mothurOut(temp->getName() + ": "); temp->citation(); delete temp; }else if (Estimators[i] == "morisitahorn") { Calculator* temp = new MorHorn(); m->mothurOut(temp->getName() + ": "); temp->citation(); delete temp;