Changeset 10765 in ntrip for trunk/BNC/src/PPP


Ignore:
Timestamp:
Oct 21, 2025, 10:38:01 AM (4 weeks ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppClient.cpp

    r10623 r10765  
    599599void t_pppClient::reset() {
    600600
     601  LOG << "pppClient: reset" << endl;
    601602  // to delete old orbit and clock corrections
    602603  delete _ephPool;
    603604  _ephPool  = new t_pppEphPool();
    604605
    605   // to delete old code biases
     606  // to delete old biases
    606607  delete _obsPool;
    607608  _obsPool  = new t_pppObsPool();
Note: See TracChangeset for help on using the changeset viewer.