Changeset 3679 in ntrip
- Timestamp:
- Feb 12, 2012, 11:20:01 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/rnxobsfile.cpp
r3678 r3679 207 207 cout.setf(ios::fixed); 208 208 cout << "prn: " << prn.toAscii().data() << " " 209 << setprecision(3) << _currEpo.satObs[iSat][0] << endl; 209 << setprecision(3) << _currEpo.satObs[iSat][0] << " " 210 << setprecision(3) << _currEpo.satObs[iSat][5] << " " 211 << setprecision(3) << _currEpo.satObs[iSat][6] << endl; 210 212 } 211 213
Note:
See TracChangeset
for help on using the changeset viewer.