Changeset 4381 in ntrip


Ignore:
Timestamp:
Jul 4, 2012, 1:14:39 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncsp3.cpp

    r4298 r4381  
    9494  double dayfrac;
    9595  mjdFromDateAndTime(datTim, mjd, dayfrac);
     96 
     97  int numEpo = 96;
    9698
    9799  _out << "#aP" << datTim.toString("yyyy MM dd hh mm").toAscii().data()
    98100       << setw(12) << setprecision(8) << sec
    99        << "      96 ORBIT IGS08 HLM  IGS" << endl;
     101       << " " << setw(7) << numEpo << " ORBIT IGS08 HLM  IGS" << endl;
    100102
    101103  _out << "## "
Note: See TracChangeset for help on using the changeset viewer.