Changeset 6429 in ntrip


Ignore:
Timestamp:
Dec 24, 2014, 5:18:47 PM (9 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6428 r6429  
    7070  _logFile     = 0;
    7171  _log         = 0;
     72
     73  //// beg test
     74  // _excludeSats.insert(t_prn('R', 7));
     75  // _excludeSats.insert(t_prn('R', 8));
     76  //// end test
    7277}
    7378
     
    410415////////////////////////////////////////////////////////////////////////////
    411416bool t_sp3Comp::excludeSat(const t_prn& prn) const {
    412   if (prn == t_prn('R', 7)) {
     417  if (_excludeSats.find(prn) != _excludeSats.end()) {
    413418    return true;
    414419  }
Note: See TracChangeset for help on using the changeset viewer.