Minor tidy

This commit is contained in:
Chris Cannam
2022-06-07 09:06:37 +01:00
parent 459be9fbad
commit a564a7c812

View File

@@ -128,7 +128,7 @@ private:
std::cout << "]" << std::endl; std::cout << "]" << std::endl;
std::cout << "toDrop = " << toDrop << ", dropIx = " << dropIx << std::endl; std::cout << "toDrop = " << toDrop << ", dropIx = " << dropIx << std::endl;
std::cout << "toPut = " << toPut /* << ", putIx = " << putIx */ << std::endl; std::cout << "toPut = " << toPut << std::endl;
if (m_sorted[dropIx] != toDrop) { if (m_sorted[dropIx] != toDrop) {
throw std::runtime_error("element not found"); throw std::runtime_error("element not found");
} }