Changeset 9927 in ntrip for trunk


Ignore:
Timestamp:
Nov 30, 2022, 12:40:08 PM (17 months ago)
Author:
stuerze
Message:

temp changes for test

File:
1 edited

Legend:

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

    r9926 r9927  
    185185//
    186186////////////////////////////////////////////////////////////////////////////
    187 void bncEphUser::checkEphemeris(t_eph* eph, bool realTime) {
     187void bncEphUser::checkEphemeris(t_eph* eph, bool realTime) {cout << "\ncheckEphemeris ";
    188188
    189189  if (!eph) {
    190     return;
    191   }
    192   cout << "\n" << eph->prn().toString().c_str() << " ";
     190    return; cout << "no eph ";
     191  }
     192  cout << eph->prn().toString().c_str() << " ";
    193193
    194194  // Check whether the epoch is too far away the current time
Note: See TracChangeset for help on using the changeset viewer.