Ignore:
Timestamp:
Aug 6, 2009, 11:20:28 AM (15 years ago)
Author:
mies
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/overlay/modules/chord/Chord.cpp

    r5735 r5736  
    428428void Chord::eventFunction() {
    429429        stabilize_counter++;
    430         if (stabilize_counter < 0 || stabilize_counter == 2) {
     430        if (stabilize_counter < 0 || stabilize_counter == 4) {
    431431
    432432                // reset counter
Note: See TracChangeset for help on using the changeset viewer.