- Timestamp:
- Aug 13, 2014, 5:40:41 PM (11 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/BNC/src/PPP/pppRun.cpp (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/BNC/src/PPP/pppRun.cppr5923 r5924 177 177 for (unsigned iEntry = 0; iEntry < GNSSENTRY_NUMBER; iEntry++) { 178 178 string hlp(oldObs.rnxStr(iEntry).toAscii().data()); 179 180 if (hlp.length() == 2) { 181 if (hlp == "C1") hlp = "C1C"; 182 else if (hlp == "P1") hlp = "C1P"; 183 else if (hlp == "C2") hlp = "C2C"; 184 else if (hlp == "P2") hlp = "C2P"; 185 else if (hlp == "L1") hlp = "L1P"; 186 else if (hlp == "L2") hlp = "L2P"; 187 } 188 179 189 if (hlp.length() == 3) { 180 190 char obsType = hlp[0]; 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
