From 521a513ba33fe57d8f128271c216d2719dac509f Mon Sep 17 00:00:00 2001 From: kevin Date: Mon, 25 Mar 2024 11:43:26 -0400 Subject: [PATCH] cwSfScore.cpp : Removed incorrect assert in _calc_score_tempo(). --- cwSfScore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cwSfScore.cpp b/cwSfScore.cpp index 686fde7..bb9119c 100644 --- a/cwSfScore.cpp +++ b/cwSfScore.cpp @@ -606,7 +606,7 @@ namespace cw // Both of these assertions should have been previously verified // by the score validation process. assert( set->locN >= 2 ); - assert( set->evtCnt >= 0 ); + //assert( set->evtCnt >= 0 ); bool printFl = false; //set->evtArray[0]->barNumb == 272;