Ignore:
Timestamp:
Oct 2, 2024, 12:31:18 PM (2 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/RTCM3/RTCM3Decoder.cpp

    r10554 r10555  
    11881188    GETBITS(eph._almanac_health_availablility_indicator, 1) /* almanac health ok */
    11891189    GETBITS(eph._P1, 2) /*  P1 */
     1190    /* tk */
    11901191    GETBITS(i, 5)
    11911192    if (i < 0 || i > 23) {
Note: See TracChangeset for help on using the changeset viewer.