Changeset 4557 in ntrip


Ignore:
Timestamp:
Aug 28, 2012, 11:43:23 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r4556 r4557  
    120120        }
    121121      }
    122       if (data1) {
     122      if (data2) {
    123123        for (int ii = 0; ii < data2->size(); ii++) {
    124124          double mp = data2->at(ii)->_value;
     
    139139      plots << plot1;
    140140    }
    141     if (data1) {
     141    if (data2) {
    142142      t_polarPlot* plot2 = new t_polarPlot(QwtText(title2), scaleInterval,
    143143                                           app->mainWindow());
Note: See TracChangeset for help on using the changeset viewer.