Changeset 10128 in ntrip


Ignore:
Timestamp:
Jul 20, 2023, 12:48:39 PM (9 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncsp3.cpp

    r10127 r10128  
    222222
    223223    // Simple Check - clock valid
    224     if (sp3Sat->_clk == 999999.999999) {
     224    if (sp3Sat->_clk == 999999.999999 ||
     225        sp3Sat->_clk == 0.0) {
    225226      sp3Sat->_clkValid = false;
    226227      sp3Sat->_clk      = 0.0;
Note: See TracChangeset for help on using the changeset viewer.