Changeset 4494 in ntrip


Ignore:
Timestamp:
Aug 4, 2012, 9:23:51 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/rinex/rnxobsfile.cpp

    r4493 r4494  
    113113      QTextStream in(value.toAscii(), QIODevice::ReadOnly);
    114114      in >> _interval;
     115    }
     116    else if (key == "COMMENT") {
     117      _comments << line.mid(0,60).trimmed();
    115118    }
    116119    else if (key == "WAVELENGTH FACT L1/2") {
Note: See TracChangeset for help on using the changeset viewer.