Changeset 4339 in ntrip


Ignore:
Timestamp:
Jun 24, 2012, 12:12:07 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/rinex/reqcanalyze.cpp

    r4338 r4339  
    262262  // ---------------------------------------
    263263  if (eph) {
    264     double xx, yy, zz, cc;
    265     eph->position(obs.GPSWeek, obs.GPSWeeks, xx, yy, zz, cc);
    266   }
    267 }
     264    double xSat, ySat, zSat, clkSat;
     265    eph->position(obs.GPSWeek, obs.GPSWeeks, xSat, ySat, zSat, clkSat);
     266  }
     267}
Note: See TracChangeset for help on using the changeset viewer.