Changeset 4323 in ntrip


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

Legend:

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

    r4322 r4323  
    3131  for (int ii = from; ii <= to; ii++) {
    3232    QwtSymbol ss(symbol);
    33     if (ii % 2 == 0) {
     33    t_polarData*        polarData = (t_polarData*) data();
     34    const t_polarPoint& point     = polarData->sample(ii);
     35    if (point._value == 1) {
    3436      ss.setBrush(QBrush(Qt::red));
    3537      ss.setPen(QPen(Qt::red));
Note: See TracChangeset for help on using the changeset viewer.