- Timestamp:
- Aug 28, 2012, 11:43:23 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/reqcanalyze.cpp
r4556 r4557 120 120 } 121 121 } 122 if (data 1) {122 if (data2) { 123 123 for (int ii = 0; ii < data2->size(); ii++) { 124 124 double mp = data2->at(ii)->_value; … … 139 139 plots << plot1; 140 140 } 141 if (data 1) {141 if (data2) { 142 142 t_polarPlot* plot2 = new t_polarPlot(QwtText(title2), scaleInterval, 143 143 app->mainWindow());
Note:
See TracChangeset
for help on using the changeset viewer.