Changeset 9567 in ntrip for trunk/BNC/src/satObs.h


Ignore:
Timestamp:
Dec 15, 2021, 2:26:31 PM (2 years ago)
Author:
stuerze
Message:

update regarding PPP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/satObs.h

    r9544 r9567  
    5454    _prn   = old._prn;
    5555    _time  = old._time;
    56     _type = old._type;
     56    _type  = old._type;
    5757    for (unsigned ii = 0; ii < old._obs.size(); ii++) {
    5858      _obs.push_back(new t_frqObs(*old._obs[ii]));
Note: See TracChangeset for help on using the changeset viewer.