Changeset 5119 in ntrip


Ignore:
Timestamp:
Apr 13, 2013, 3:00:54 PM (11 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/RTCM3/ephemeris.cpp

    r5072 r5119  
    416416    }
    417417
    418     if (timeChanged && BNC_CORE->mode() == t_bncCore::batchPostProcessing) {
     418    if (false && timeChanged && BNC_CORE->mode() == t_bncCore::batchPostProcessing) {
    419419      bncTime newHTime(ww, (double) tow);
    420420      cout << "GLONASS " << ee->almanac_number <<  " Time Changed at "
  • trunk/BNC/src/combination/bnccomb.cpp

    r5070 r5119  
    691691      if (_antex->satCoMcorrection(corr->prn, Mjd, xc.Rows(1,3), dx) != success) {
    692692        dx = 0;
    693         cout << "antenna not found" << endl;
     693        cout << "antenna not found " << corr->prn.toAscii().data() << endl;
    694694      }
    695695    }
Note: See TracChangeset for help on using the changeset viewer.