Changeset 4325 in ntrip


Ignore:
Timestamp:
Jun 23, 2012, 5:14:27 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r4324 r4325  
    5858
    5959  double value = 0.0;
    60   if (ii % 4 == 0) {
     60  if (ii % 3 == 0) {
    6161    value = 1.0;
    6262  }
     
    7575                                 QSize(3, 3)));
    7676  QwtSeriesData<t_polarPoint>* data = new t_polarData(numPoints);
    77   curve->setData((QwtSeriesData<QwtPointPolar>*) data);
     77  curve->setData(reinterpret_cast<QwtSeriesData<QwtPointPolar>*>(data));
    7878  return curve;
    7979}
Note: See TracChangeset for help on using the changeset viewer.