Changeset 7805 in ntrip


Ignore:
Timestamp:
Feb 22, 2016, 3:15:37 PM (8 years ago)
Author:
stuerze
Message:

minor changes to remove duplicates in rinex header comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/rinex/rnxobsfile.cpp

    r7803 r7805  
    314314
    315315  _comments << "Default set of observation types used";
     316  _comments.removeDuplicates();
    316317
    317318  _obsTypes.clear();
     
    394395  _usedSystems     = header._usedSystems;
    395396  _comments        = header._comments;
    396   _comments.removeDuplicates();
    397397
    398398  for (unsigned iPrn = 1; iPrn <= t_prn::MAXPRN_GPS; iPrn++) {
Note: See TracChangeset for help on using the changeset viewer.