Changeset 9318 in ntrip for trunk


Ignore:
Timestamp:
Dec 17, 2020, 3:50:34 PM (3 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9315 r9318  
    11191119    GETBITS(eph._almanac_health, 1) /* almanac healthy */
    11201120    GETBITS(eph._almanac_health_availablility_indicator, 1) /* almanac health ok */
    1121     /*
    11221121    if (eph._almanac_health_availablility_indicator == 0.0) {
    11231122#ifdef BNC_DEBUG_BCEP
     
    11271126#endif
    11281127      return false;
    1129     }*/
     1128    }
    11301129    GETBITS(eph._P1, 2) /*  P1 */
    11311130    GETBITS(i, 5)
Note: See TracChangeset for help on using the changeset viewer.