- Timestamp:
- Jan 17, 2015, 11:06:32 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/orbComp/sp3Comp.cpp
r6546 r6547 306 306 } 307 307 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); 316 310 } 317 311 }
Note:
See TracChangeset
for help on using the changeset viewer.