Changeset 902 in ntrip


Ignore:
Timestamp:
May 9, 2008, 8:36:54 AM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnseph.cpp

    r901 r902  
    361361  double step = dtPos / nSteps;
    362362
    363   cout << _prn.toAscii().data() << "   "
    364        << GPSweek  << " " << _GPSweek << "   "
    365        << GPSweeks << " " <<  _GPSweeks << " " << _tt << "    "
    366        << dtPos << endl;
    367 
    368363  for (int ii = 1; ii <= nSteps; ii++) {
    369364    _xv = rungeKutta4(_tt, _xv, step, glo_deriv);
Note: See TracChangeset for help on using the changeset viewer.