X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=normalizesharedcommand.cpp;h=16b9732ebdb25e936bbda1537825467f400cf079;hb=09ce41fb228c00d0f49896c66b2f2c5760914769;hp=8aec029d9ec718327cc8c2e677f215e7b9e5cc88;hpb=3aa0b70bf057656ccc2bae1de9816583f2a91779;p=mothur.git diff --git a/normalizesharedcommand.cpp b/normalizesharedcommand.cpp index 8aec029..16b9732 100644 --- a/normalizesharedcommand.cpp +++ b/normalizesharedcommand.cpp @@ -310,7 +310,8 @@ int NormalizeSharedCommand::normalize(vector& thisLookUp, o float newNorm = relabund * norm; //round to nearest int finalNorm = (int) floor((newNorm + 0.5)); - + //cout << thisLookUp[i]->getGroup() << '\t' << abund << '\t' << relabund << '\t' << norm << '\t' << newNorm << '\t' << finalNorm << endl; + }else{ m->mothurOut(method + " is not a valid scaling option."); m->mothurOutEndLine(); m->control_pressed = true; return 0; } //cout << finalNorm << '\t';