Changeset 6530 in ntrip


Ignore:
Timestamp:
Dec 30, 2014, 6:27:19 PM (9 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/rinex/reqcanalyze.cpp

    r6529 r6530  
    10401040          QFileInfo navFi(fileName);
    10411041          *_log << "  Bad Ephemeris   : " << navFi.fileName() << ' '
    1042                 << eph->prn().toString() << ' '
    1043                 << eph->TOC().datestr(' ').c_str() << ' '
     1042                << eph->prn().toString().c_str()      << ' '
     1043                << eph->TOC().datestr(' ').c_str()    << ' '
    10441044                << eph->TOC().timestr(1, ' ').c_str() << endl;
    10451045        }
Note: See TracChangeset for help on using the changeset viewer.