Changeset 3702 in ntrip


Ignore:
Timestamp:
Feb 16, 2012, 1:40:48 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/rnxnavfile.cpp

    r3701 r3702  
    146146    }
    147147    if (eph && eph->ok()) {
     148      // ColumnVector xc(4);
     149      // ColumnVector vv(3);
     150      // eph->position(eph->GPSweek(), eph->GPSweeks(), xc.data(), vv.data());
     151      // cout << eph->prn().toAscii().data() << " " << xc.t();
    148152      return eph;
    149153    }
Note: See TracChangeset for help on using the changeset viewer.