comparison chroma-compare-plugin/TuningDifference.cpp @ 17:0147406654d8

Fix typo
author Chris Cannam
date Thu, 05 Feb 2015 08:55:47 +0000
parents 2c6460fb1fcf
children c40c58215162
comparison
equal deleted inserted replaced
16:2c6460fb1fcf 17:0147406654d8
404 << " (best score so far " << bestScore << ")" << endl; 404 << " (best score so far " << bestScore << ")" << endl;
405 405
406 if (fineScore < bestScore) { 406 if (fineScore < bestScore) {
407 cerr << "is good!" << endl; 407 cerr << "is good!" << endl;
408 bestScore = fineScore; 408 bestScore = fineScore;
409 bestHz = fineScore; 409 bestHz = fineHz;
410 } else { 410 } else {
411 break; 411 break;
412 } 412 }
413 } 413 }
414 } 414 }