Changeset 8561 in ntrip for trunk/BNC/src/rinex/availplot.cpp
- Timestamp:
- Dec 12, 2018, 5:18:04 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/availplot.cpp
r8555 r8561 124 124 scaleDrawPrn->_yLabels[iC] = prn; 125 125 126 double eps = 0.0;126 double eps = -0.1; 127 127 128 128 for (QMap<char, t_plotData::t_hlpStatus >::const_iterator it = plotData._status.begin(); … … 158 158 } 159 159 160 eps += 0. 1;160 eps += 0.2; 161 161 } 162 162 }
Note:
See TracChangeset
for help on using the changeset viewer.