Changeset 4115 in ntrip


Ignore:
Timestamp:
May 5, 2012, 7:58:13 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/rinex/reqcedit.cpp

    r4114 r4115  
    149149      editRnxObsHeader(outObsFile);
    150150      QMap<QString, QString> txtMap;
    151       txtMap["RUN BY"] = "BKG";
     151      txtMap["RUN BY"]  = "BKG";
     152      txtMap["COMMENT"] = "First comment line\nSecond comment line";
    152153      outObsFile.writeHeader(txtMap);
    153154    }
Note: See TracChangeset for help on using the changeset viewer.