~s-cecilio/lenmus/v5.3

« back to all changes in this revision

Viewing changes to src/exercises/constrains/lenmus_figured_bass_constrains.cpp

  • Committer: cecilios
  • Date: 2012-09-07 17:42:21 UTC
  • Revision ID: svn-v4:2587a929-2f0e-0410-ae78-fe6f687d5efe:branches/TRY-5.0:721
initial commit with all changes for 5.1. See changelog

Show diffs side-by-side

added added

removed removed

Lines of Context:
154
154
//    while (!IsCadenceValid((ECadenceType)nType)) {
155
155
//        nType = oGenerator.random_number(0, k_cadence_max-1);
156
156
//        if (nWatchDog++ == 1000) {
157
 
//            wxMessageBox(_("Program error: Loop detected in lmHarmonyConstrains::GetRandomCadence."));
 
157
//            wxLogMessage(_T("Program error: Loop detected in lmHarmonyConstrains::GetRandomCadence."));
158
158
//            return (ECadenceType)0;
159
159
//        }
160
160
//    }