Subversion Repositories svn1-original

Rev

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

Rev 288 Rev 361
Line 223... Line 223...
223
        time_t      lege[MAX_LEGS + 1];          /* Times leg elapsed times */
223
        time_t      lege[MAX_LEGS + 1];          /* Times leg elapsed times */
224
        short       place;                       /* Place at end of each leg */
224
        short       place;                       /* Place at end of each leg */
225
        short       teamclass;                   /* Team class */
225
        short       teamclass;                   /* Team class */
226
        short       real_teamclass;              /* Team class */
226
        short       real_teamclass;              /* Team class */
227
        team_flags  flags;                       /* Team flags */
227
        team_flags  flags;                       /* Team flags */
-
 
228
        bool        isNeData;
228
    }
229
    }
229
ty_s_data;
230
ty_s_data;
230
 
231
 
231
/*
232
/*
232
**  Auxillary sort data
233
**  Auxillary sort data
Line 236... Line 237...
236
        short       team;                        /* Team number */
237
        short       team;                        /* Team number */
237
        short       l_place[MAX_LEGS + 1];       /* Place within each leg */
238
        short       l_place[MAX_LEGS + 1];       /* Place within each leg */
238
        short       le_place[MAX_LEGS + 1];      /* Place at end of each leg */
239
        short       le_place[MAX_LEGS + 1];      /* Place at end of each leg */
239
        short       lc_place[MAX_LEGS + 1];      /* Place within leg - class */
240
        short       lc_place[MAX_LEGS + 1];      /* Place within leg - class */
240
        short       lec_place[MAX_LEGS + 1];     /* Place at end of each leg - class */
241
        short       lec_place[MAX_LEGS + 1];     /* Place at end of each leg - class */
-
 
242
 
-
 
243
        //short       lcq_place[MAX_LEGS + 1];     /* Place within leg - class, subclass NE */
-
 
244
        //short       lceq_place[MAX_LEGS + 1];    /* Place at end of each leg - class, subclass NE  */
-
 
245
        short       lq_place[MAX_LEGS + 1];      /* Place within leg - assuming NE class */
-
 
246
        short       leq_place[MAX_LEGS + 1];     /* Place at end of each leg - assuming NE class */
241
    }
247
    }
-
 
248
 
242
ty_s_aux;
249
ty_s_aux;
243
 
250
 
244
typedef struct
251
typedef struct
245
    {
252
    {
246
        short       numb;                        /* Team number */
253
        short       numb;                        /* Team number */