Changeset 4339 in ntrip for trunk/BNC/src
- Timestamp:
- Jun 24, 2012, 12:12:07 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/reqcanalyze.cpp
r4338 r4339 262 262 // --------------------------------------- 263 263 if (eph) { 264 double x x, yy, zz, cc;265 eph->position(obs.GPSWeek, obs.GPSWeeks, x x, 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.