Changeset 4324 in ntrip


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

Legend:

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

    r4323 r4324  
    3131  for (int ii = from; ii <= to; ii++) {
    3232    QwtSymbol ss(symbol);
    33     t_polarData*        polarData = (t_polarData*) data();
     33    const t_polarData*  polarData = reinterpret_cast<const t_polarData*>(data());
    3434    const t_polarPoint& point     = polarData->sample(ii);
    3535    if (point._value == 1) {
     
    5858
    5959  double value = 0.0;
    60   if (ii % 3 == 0) {
     60  if (ii % 4 == 0) {
    6161    value = 1.0;
    6262  }
Note: See TracChangeset for help on using the changeset viewer.