Changeset 9939 in ntrip


Ignore:
Timestamp:
Dec 2, 2022, 11:45:40 PM (17 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9892 r9939  
    21552155////////////////////////////////////////////////////////////////////////////
    21562156unsigned int t_ephBDS::IOD() const {
    2157   return (int(_TOEsec)/720) % 240;
     2157  return (int(_TOC.gpssec())/720) % 240;   //return (int(_TOEsec)/720) % 240;
    21582158}
    21592159
Note: See TracChangeset for help on using the changeset viewer.