Changeset 5736 for source/ariba/overlay/modules
- Timestamp:
- Aug 6, 2009, 11:20:28 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/modules/chord/Chord.cpp
r5735 r5736 428 428 void Chord::eventFunction() { 429 429 stabilize_counter++; 430 if (stabilize_counter < 0 || stabilize_counter == 2) {430 if (stabilize_counter < 0 || stabilize_counter == 4) { 431 431 432 432 // reset counter
Note:
See TracChangeset
for help on using the changeset viewer.