Changeset 7805 in ntrip for trunk/BNC/src
- Timestamp:
- Feb 22, 2016, 3:15:37 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/rnxobsfile.cpp
r7803 r7805 314 314 315 315 _comments << "Default set of observation types used"; 316 _comments.removeDuplicates(); 316 317 317 318 _obsTypes.clear(); … … 394 395 _usedSystems = header._usedSystems; 395 396 _comments = header._comments; 396 _comments.removeDuplicates();397 397 398 398 for (unsigned iPrn = 1; iPrn <= t_prn::MAXPRN_GPS; iPrn++) {
Note:
See TracChangeset
for help on using the changeset viewer.