Changeset 4479 in ntrip
- Timestamp:
- Aug 3, 2012, 6:10:16 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncrinex.cpp
r4423 r4479 475 475 _out << line.toAscii().data() << endl; 476 476 } 477 } 478 else if (line.indexOf("END OF HEADER") != -1) { 479 if (!typesOfObservationsWritten) { 480 writeObsTypes(); 481 } 482 _out << line.toAscii().data() << endl; 483 break; 477 484 } 478 485 else {
Note:
See TracChangeset
for help on using the changeset viewer.