Changeset 4591 in ntrip for trunk/BNC/src/rinex/availplot.cpp
- Timestamp:
- Aug 30, 2012, 12:14:37 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/availplot.cpp
r4589 r4591 56 56 const QString& prn = it.key(); 57 57 const t_availData& availData = it.value(); 58 const QVector<double>& epochs = availData._ epoL1;58 const QVector<double>& epochs = availData._L1ok; 59 59 60 60 scaleDrawPrn->_yLabels[iC] = prn;
Note:
See TracChangeset
for help on using the changeset viewer.