Changeset 76 in ntrip
- Timestamp:
- Aug 27, 2006, 10:01:44 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/bncrinex.cpp ΒΆ
r75 r76 74 74 iSat++; 75 75 Observation* ob = it.next(); 76 cout << " " << setw(2) << ob->SVPRN; 76 cout << " " << setw(2) << int(ob->SVPRN); 77 77 if (iSat == 12 && it.hasNext()) { 78 78 cout << endl << " ";
Note:
See TracChangeset
for help on using the changeset viewer.