Changeset 6547 in ntrip


Ignore:
Timestamp:
Jan 17, 2015, 11:06:32 PM (9 years ago)
Author:
weber
Message:

Switched erase of dr and dc, dc now first

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/orbComp/sp3Comp.cpp

    r6546 r6547  
    306306      }
    307307      else {
    308         if (epoch) {
    309           if (epoch->_dr.find(prn) != epoch->_dr.end()) {
    310             epoch->_dr.erase(prn);
    311           }
    312           if (epoch->_dc.find(prn) != epoch->_dc.end()) {
    313             epoch->_dc.erase(prn);
    314           }
    315         }
     308        epoch->_dc.erase(prn);
     309        epoch->_dr.erase(prn);
    316310      }
    317311    }
Note: See TracChangeset for help on using the changeset viewer.