Mercurial > hg > nnls-chroma
comparison chromamethods.cpp @ 98:69c56e1fdfc3 matthiasm-plugin
removed one semicolon
author | Matthias Mauch <mail@matthiasmauch.net> |
---|---|
date | Fri, 03 Dec 2010 19:02:42 +0900 |
parents | f60702c928e2 |
children | daee3c60c4f9 |
comparison
equal
deleted
inserted
replaced
97:f60702c928e2 | 98:69c56e1fdfc3 |
---|---|
365 string line; | 365 string line; |
366 // int iElement = 0; | 366 // int iElement = 0; |
367 int nChord = 0; | 367 int nChord = 0; |
368 | 368 |
369 vector<string> tempChordNames = staticChordnames(); | 369 vector<string> tempChordNames = staticChordnames(); |
370 vector<float> tempChordDict = staticChordvalues();; | 370 vector<float> tempChordDict = staticChordvalues(); |
371 vector<string> loadedChordNames; | 371 vector<string> loadedChordNames; |
372 vector<float> loadedChordDict; | 372 vector<float> loadedChordDict; |
373 if (hasExternalDictinoary && chordDictFile.is_open()) { | 373 if (hasExternalDictinoary && chordDictFile.is_open()) { |
374 cerr << "-----------------> " << tempChordNames.size() << endl; | 374 cerr << "-----------------> " << tempChordNames.size() << endl; |
375 tempChordDict.clear(); | 375 tempChordDict.clear(); |