]> git.donarmstrong.com Git - mothur.git/blobdiff - readcolumn.cpp
some changes while testing 1.9
[mothur.git] / readcolumn.cpp
index f61a40c483b69f7418ca4d2702ca995f4180f3e2..f29f70b11fd66d8b8d9a87fdb5502ed289c7d657 100644 (file)
@@ -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.