Changeset 3723 in ntrip
- Timestamp:
- Feb 25, 2012, 10:26:52 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncrinex.cpp
r3528 r3723 406 406 readSkeleton(); 407 407 if (_headerLines.size() > 0) { 408 bool typesOfObservationsWritten = false; 408 409 QStringListIterator it(_headerLines); 409 410 while (it.hasNext()) { … … 421 422 } 422 423 } 423 else if (line.indexOf("# / TYPES OF OBSERV") != -1) { 424 else if ( !typesOfObservationsWritten && 425 (line.indexOf("# / TYPES OF OBSERV") != -1 || 426 line.indexOf("SYS / # / OBS TYPES") != -1) ) { 427 typesOfObservationsWritten = true; 424 428 if (_rinexVers == 3) { 425 429 _out << "G 20 C1C L1C D1C S1C C1W L1W D1W S1W C2P L2P D2P S2P C2X SYS / # / OBS TYPES" << endl;
Note:
See TracChangeset
for help on using the changeset viewer.