- Timestamp:
- Apr 13, 2013, 3:00:54 PM (12 years ago)
- Location:
- trunk/BNC/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/RTCM3/ephemeris.cpp
r5072 r5119 416 416 } 417 417 418 if ( timeChanged && BNC_CORE->mode() == t_bncCore::batchPostProcessing) {418 if (false && timeChanged && BNC_CORE->mode() == t_bncCore::batchPostProcessing) { 419 419 bncTime newHTime(ww, (double) tow); 420 420 cout << "GLONASS " << ee->almanac_number << " Time Changed at " -
trunk/BNC/src/combination/bnccomb.cpp
r5070 r5119 691 691 if (_antex->satCoMcorrection(corr->prn, Mjd, xc.Rows(1,3), dx) != success) { 692 692 dx = 0; 693 cout << "antenna not found "<< endl;693 cout << "antenna not found " << corr->prn.toAscii().data() << endl; 694 694 } 695 695 }
Note:
See TracChangeset
for help on using the changeset viewer.