Changeset 4325 in ntrip
- Timestamp:
- Jun 23, 2012, 5:14:27 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/polarplot.cpp
r4324 r4325 58 58 59 59 double value = 0.0; 60 if (ii % 4== 0) {60 if (ii % 3 == 0) { 61 61 value = 1.0; 62 62 } … … 75 75 QSize(3, 3))); 76 76 QwtSeriesData<t_polarPoint>* data = new t_polarData(numPoints); 77 curve->setData( (QwtSeriesData<QwtPointPolar>*) data);77 curve->setData(reinterpret_cast<QwtSeriesData<QwtPointPolar>*>(data)); 78 78 return curve; 79 79 }
Note:
See TracChangeset
for help on using the changeset viewer.