Project

General

Profile

Revision 1445

Added by Ryan Cahoon over 14 years ago

Bug fix with new BOM code

View differences:

bom.c
238 238
 **/
239 239
int bom_get_max10(int *dist) {
240 240
    int i, max;
241
    long long mean, sum;
241
    long long mean = 0, sum = 0;
242 242

  
243 243
    max = bom_get_max();
244 244
    if (max < 0)

Also available in: Unified diff