Changeset 4382 in ntrip


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

Legend:

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

    r4381 r4382  
    9595  mjdFromDateAndTime(datTim, mjd, dayfrac);
    9696 
    97   int numEpo = 96;
     97  int numEpo = _numSec;
     98  if (_sampl > 0) {
     99    numEpo /= _sampl;
     100  }
    98101
    99102  _out << "#aP" << datTim.toString("yyyy MM dd hh mm").toAscii().data()
Note: See TracChangeset for help on using the changeset viewer.