Changeset 2942 in ntrip


Ignore:
Timestamp:
Jan 31, 2011, 6:22:24 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncmodel.cpp

    r2938 r2942  
    11171117  // -------------------------------
    11181118  if (!_windUpTime.contains(prn)) {
    1119     _windUpTime[prn] = Mjd;
    11201119    _windUpSum[prn]  = 0.0;
    11211120  }
     
    11231122  // Compute the correction for new time
    11241123  // -----------------------------------
    1125   else if (_windUpTime[prn] != Mjd) {
     1124  if (!_windUpTime.contains(prn) || _windUpTime[prn] != Mjd) {
    11261125    _windUpTime[prn] = Mjd;
    11271126
Note: See TracChangeset for help on using the changeset viewer.