- Timestamp:
- Oct 23, 2007, 9:17:59 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncrinex.cpp
r540 r541 481 481 while (it.hasNext()) { 482 482 Observation* ob = it.next(); 483 _out << ob->satSys << setw(2) << ob->satNum << " "484 << setw(14) << setprecision(3) << ob-> P1485 << setw(14) << setprecision(3) << ob->L1 486 << setw(14) << setprecision(3) << ob->S1 487 << setw(14) << setprecision(3) << ob->P2 488 << setw(14) << setprecision(3) << ob->L2 483 _out << ob->satSys << setw(2) << ob->satNum 484 << setw(14) << setprecision(3) << ob->C1 << " " 485 << setw(14) << setprecision(3) << ob->L1 << " 9" 486 << setw(14) << setprecision(3) << ob->S1 << " " 487 << setw(14) << setprecision(3) << ob->P2 << " " 488 << setw(14) << setprecision(3) << ob->L2 << " 9" 489 489 << setw(14) << setprecision(3) << ob->S2 490 490 << endl;
Note:
See TracChangeset
for help on using the changeset viewer.