- Timestamp:
- May 6, 2015, 2:27:05 PM (10 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/BNC/src/rinex/rnxobsfile.cpp (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/BNC/src/rinex/rnxobsfile.cppr6815 r6816 200 200 QString hlp; 201 201 *in >> hlp; 202 if (sys == 'C' && _version == 3.02){ 202 if (sys == 'C' && _version == 3.02) { 203 203 hlp.replace('2', '1'); 204 } 205 else if (sys == 'C' && _version == 3.03) { 206 hlp.replace('1', '2'); 204 207 } 205 208 _obsTypes[sys].push_back(hlp); 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
