Changeset 5841 in ntrip


Ignore:
Timestamp:
Aug 6, 2014, 4:39:52 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5840 r5841  
    294294        cc->_dotXr[0]  = corr.dotRao[1];
    295295        cc->_dotXr[0]  = corr.dotRao[2];
    296         cout << "ORB: " << cc->_prn.toString() << ' ' << cc->_iod << endl;
    297296        orbCorr.push_back(cc);
    298297
     
    320319        }
    321320        if (cc) {
    322           cout << "CLK: " << cc->_prn.toString() << ' ' << cc->_iod << endl;
    323321          clkCorr.push_back(cc);       
    324322        }
Note: See TracChangeset for help on using the changeset viewer.