Changeset 526 in ntrip


Ignore:
Timestamp:
Oct 18, 2007, 3:23:11 PM (17 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncapp.cpp

    r525 r526  
    211211
    212212    if (RINEX_3) {
    213       line.sprintf("G%02d %04d %02d %02d %02d %02d %02d%19.12e%19.12e%19.12e\n",
     213      line.sprintf("G%02d %04d %02d %02d %02d %02d %02d%19.12e%19.12e%19.12e",
    214214                   ep->satellite, cti.year, cti.month, cti.day, cti.hour,
    215215                   cti.minute, cti.second, ep->clock_bias, ep->clock_drift,
     
    217217    }
    218218    else {
    219       line.sprintf("%02d %02d %02d %02d %02d %02d%05.1f%19.12e%19.12e%19.12e\n",
     219      line.sprintf("%02d %02d %02d %02d %02d %02d%05.1f%19.12e%19.12e%19.12e",
    220220                   ep->satellite, cti.year%100, cti.month, cti.day, cti.hour,
    221221                   cti.minute, (double) cti.second, ep->clock_bias,
Note: See TracChangeset for help on using the changeset viewer.