- Timestamp:
- Dec 16, 2006, 9:23:03 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncrinex.cpp
r341 r353 436 436 } 437 437 438 _out << datTim.toString(" yy MM dd hh mm ss.zzz0000").toAscii().data() 438 double sec = double(datTim.time().second()) + fmod(fObs->GPSWeeks,1.0); 439 _out << datTim.toString(" yy MM dd hh mm ").toAscii().data() 440 << setw(10) << setprecision(7) << sec 439 441 << " " << 0 << setw(3) << dumpList.size(); 440 442
Note:
See TracChangeset
for help on using the changeset viewer.