| # | Line 30 | Line 30 | extern "C" { | |
|---|---|---|
| 30 | #define MINLDMAX 1. | |
| 31 | #define DEFLDMAX 100. | |
| 32 | ||
| 33 | < | #define BRT2SCALE(l2) (int)(M_LN2*TM_BRTSCALE*(l2) + ((l2)>0 ? .5 : -.5)) |
| 33 | > | #define BRT2SCALE(l2) (int)(M_LN2*TM_BRTSCALE*(l2) + .5 - ((l2) < 0)) |
| 34 | ||
| 35 | #define HISTEP 16 /* steps in BRTSCALE for each bin */ | |
| 36 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |