Changeset 5789 in ntrip for trunk/BNC/src/ephemeris.cpp


Ignore:
Timestamp:
Aug 4, 2014, 3:10:54 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5776 r5789  
    5959////////////////////////////////////////////////////////////////////////////
    6060t_irc t_eph::getCrd(const bncTime& tt, ColumnVector& xc,
    61                     ColumnVector& vv, bool noCorr) const {
     61                    ColumnVector& vv, bool useCorr) const {
    6262  xc.ReSize(4);
    6363  vv.ReSize(3);
    6464  position(tt.gpsw(), tt.gpssec(), xc.data(), vv.data());
    65   if (!noCorr) {
     65  if (useCorr) {
    6666    throw "t_eph::getCrd: not yet implemented";
    6767  }
Note: See TracChangeset for help on using the changeset viewer.