Subversion Repositories svn1-original

Rev

Rev 240 | Rev 261 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 240 Rev 244
Line 475... Line 475...
475
        }
475
        }
476
        team++;
476
        team++;
477
    }
477
    }
478
}
478
}
479
 
479
 
-
 
480
void tm_recalcElapsed (int leg)
-
 
481
{
-
 
482
    team_type   team_buf;
-
 
483
    int team = config.min_team;                      /* Team we are working with */
-
 
484
    while( team <= config.max_team )
-
 
485
    {
-
 
486
        if( valid_field( team ) )
-
 
487
        {
-
 
488
            g_record( team, &team_buf );
-
 
489
            set_times( &team_buf );
-
 
490
            test_times( &team_buf, leg );
-
 
491
            put_team_record( team, &team_buf );
-
 
492
        }
-
 
493
        team++;
-
 
494
    }
-
 
495
}
480
 
496
 
481
/*========================================================================
497
/*========================================================================
482
 *
498
 *
483
 *  Generate starters report
499
 *  Generate starters report
484
 *
500
 *