Changeset 14493 for trunk/FACT++/src


Ignore:
Timestamp:
10/19/12 13:01:00 (12 years ago)
Author:
tbretz
Message:
The sign was displayed twice -- fixed.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/ratecontrol.cc

    r14452 r14493  
    118118            Out() << idx/40 << "|" << (idx/4)%10 << "|" << idx%4;
    119119            Out() << (step>0 ? " += " : " -= ");
    120             Out() << step << " (" << diff << ")" << endl;
     120            Out() << fabs(step) << " (" << diff << ")" << endl;
    121121        }
    122122
Note: See TracChangeset for help on using the changeset viewer.