Changeset 8559 in ntrip


Ignore:
Timestamp:
Dec 12, 2018, 3:43:29 PM (5 years ago)
Author:
mervart
Message:

Analyze more than two signals

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/rinex/reqcanalyze.h

    r8558 r8559  
    6363    }
    6464    ~t_skyPlotData() {}
    65     void clear() {
    66       for (int ii = 0; ii < _data->size(); ii++) {
    67         delete _data->at(ii);
    68       }
    69     }
    7065    QString                 _title;
    7166    QVector<t_polarPoint*>* _data;
Note: See TracChangeset for help on using the changeset viewer.