- Timestamp:
- Dec 24, 2014, 5:18:47 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/orbComp/sp3Comp.cpp
r6428 r6429 70 70 _logFile = 0; 71 71 _log = 0; 72 73 //// beg test 74 // _excludeSats.insert(t_prn('R', 7)); 75 // _excludeSats.insert(t_prn('R', 8)); 76 //// end test 72 77 } 73 78 … … 410 415 //////////////////////////////////////////////////////////////////////////// 411 416 bool t_sp3Comp::excludeSat(const t_prn& prn) const { 412 if ( prn == t_prn('R', 7)) {417 if (_excludeSats.find(prn) != _excludeSats.end()) { 413 418 return true; 414 419 }
Note:
See TracChangeset
for help on using the changeset viewer.