Changeset 5931 in ntrip for trunk/BNC/src/PPP/pppRun.cpp


Ignore:
Timestamp:
Aug 15, 2014, 10:19:47 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppRun.cpp

    r5927 r5931  
    178178        string hlp(oldObs.rnxStr(iEntry).toAscii().data());
    179179
    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 = "L1C";
    186           else if (hlp == "L2") hlp = "L2C";
    187         }
     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 = "L1C";
     186//          else if (hlp == "L2") hlp = "L2C";
     187//        }
    188188
    189189        if (hlp.length() == 3) {
Note: See TracChangeset for help on using the changeset viewer.