Changeset 7808 in ntrip for trunk


Ignore:
Timestamp:
Feb 22, 2016, 3:21:45 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

    r7805 r7808  
    395395  _usedSystems     = header._usedSystems;
    396396  _comments        = header._comments;
     397  _comments.removeDuplicates();
    397398
    398399  for (unsigned iPrn = 1; iPrn <= t_prn::MAXPRN_GPS; iPrn++) {
Note: See TracChangeset for help on using the changeset viewer.