Changeset 10536 in ntrip for trunk/BNC/src


Ignore:
Timestamp:
Sep 18, 2024, 3:44:56 PM (8 weeks ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/RTCM3/RTCM3coDecoder.cpp

    r10534 r10536  
    352352        if (_IODs.contains(clkCorr._prn)) {
    353353          clkCorr._iod = _IODs[clkCorr._prn];
    354           _clkCorrections[_lastTime].push_back(clkCorr);
     354          _clkCorrections[_lastTime].append(clkCorr);
    355355        }
    356356      }
Note: See TracChangeset for help on using the changeset viewer.