Changeset 7803 in ntrip


Ignore:
Timestamp:
Feb 22, 2016, 2:47:44 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

    r7791 r7803  
    392392  _receiverVersion = header._receiverVersion;
    393393  _startTime       = header._startTime;
     394  _usedSystems     = header._usedSystems;
    394395  _comments        = header._comments;
    395   _usedSystems     = header._usedSystems;
     396  _comments.removeDuplicates();
    396397
    397398  for (unsigned iPrn = 1; iPrn <= t_prn::MAXPRN_GPS; iPrn++) {
     
    550551      }
    551552    }
     553    newComments.removeDuplicates();
    552554  }
    553555
Note: See TracChangeset for help on using the changeset viewer.