X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=readcolumn.cpp;h=f29f70b11fd66d8b8d9a87fdb5502ed289c7d657;hb=d01397212a287495d3d0ec00beea93759bf25402;hp=f61a40c483b69f7418ca4d2702ca995f4180f3e2;hpb=fdc1f6eaf544f695fc1511f24bddd7e6069c33ba;p=mothur.git diff --git a/readcolumn.cpp b/readcolumn.cpp index f61a40c..f29f70b 100644 --- a/readcolumn.cpp +++ b/readcolumn.cpp @@ -53,6 +53,7 @@ int ReadColumnMatrix::read(NameAssignment* nameMap){ if(itB == nameMap->end()){ cerr << "ABError: Sequence '" << secondName << "' was not found in the names file, please correct\n"; exit(1); } +//if (((itA->second == 8) && (itB->second == 1588)) || ((itA->second == 1588) && (itB->second == 8))) { cout << "found it" << endl; } if (distance == -1) { distance = 1000000; } else if (globaldata->sim) { distance = 1.0 - distance; } //user has entered a sim matrix that we need to convert.