# HG changeset patch # User Matthias Mauch # Date 1307810654 -3600 # Node ID 2518ef286816c558f0ec1d304d750d148c175cf0 # Parent b115fa66c695367ba43c597188c7a9ffd878f543 tab format correction diff -r b115fa66c695 -r 2518ef286816 Chordino.cpp --- a/Chordino.cpp Sat Jun 11 13:20:37 2011 +0100 +++ b/Chordino.cpp Sat Jun 11 17:44:14 2011 +0100 @@ -495,11 +495,11 @@ } } - if (*max_element(origchroma.begin(), origchroma.end()) == 0) { - for (int i = 0; i < (int)chroma.size(); i++) { + if (*max_element(origchroma.begin(), origchroma.end()) == 0) { + for (int i = 0; i < (int)chroma.size(); i++) { chroma[i] = 1; } - } + } chromaList.push_back(currentChromas);