Changeset 2715 in ntrip
- Timestamp:
- Nov 24, 2010, 9:43:10 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/bncrinex.cpp ΒΆ
r2711 r2715 636 636 // --------------- 637 637 else { 638 _out << setw(14) << setprecision(3) << obs.C1 << ' ' << ' ' 639 << setw(14) << setprecision(3) << obs.P1 << ' ' << ' ' 638 _out << setw(14) << setprecision(3) << obs.C1 << ' ' << ' ' 639 << setw(14) << setprecision(3) << obs.P1 << ' ' << ' ' 640 640 << setw(14) << setprecision(3) << obs.L1() << lli1 << ' ' 641 641 << setw(14) << setprecision(3) << obs.S1() << ' ' << ' ' 642 << setw(14) << setprecision(3) << obs.C2 << ' ' << ' ' << endl 643 << setw(14) << setprecision(3) << obs.P2 << ' ' << ' ' 642 << setw(14) << setprecision(3) << obs.C2 << ' ' << ' ' << endl 643 << setw(14) << setprecision(3) << obs.P2 << ' ' << ' ' 644 644 << setw(14) << setprecision(3) << obs.L2() << lli2 << ' ' 645 << setw(1 6) << setprecision(3) << obs.S2() << endl;645 << setw(14) << setprecision(3) << obs.S2() << endl; 646 646 } 647 647 }
Note:
See TracChangeset
for help on using the changeset viewer.