- Timestamp:
- Aug 27, 2008, 2:24:31 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNS/bns.cpp
r1076 r1077 316 316 for (int ic = 0; ic < _caster.size(); ic++) { 317 317 _caster.at(ic)->open(); 318 319 cout << "caster number " << ic+1 << endl;320 318 321 319 for (int oldEph = 0; oldEph <= 0; oldEph++) { // TODO: handle old ephemeris … … 388 386 processSatellite(oldEph, _caster.at(ic)->crdTrafo(), ep, GPSweek, 389 387 GPSweeks, prn, xx, sd, outLine); 390 cout << outLine.toAscii().data();391 388 _caster.at(ic)->printAscii(outLine); 392 389 }
Note:
See TracChangeset
for help on using the changeset viewer.