| # | Line 242 | Line 242 | get_ehisto(const TRITREE *node, long exphisto[256]) | |
|---|---|---|
| 242 | double | |
| 243 | get_threshold(const TRITREE *tree) | |
| 244 | { | |
| 245 | + | long samptotal = 0; |
| 246 | long exphisto[256]; | |
| 246 | – | long samptotal; |
| 247 | int i; | |
| 248 | /* compute sample histogram */ | |
| 249 | memset((void *)exphisto, 0, sizeof(exphisto)); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |