Skip to content

Commit 2a99adf

Browse files
authored
Merge pull request tomojitakasu#606 from ourairquality/rtkplot-qt-init-iono
rtkplot-qt: initialize ionosphere
2 parents a46d77d + 86bd139 commit 2a99adf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/qtapp/rtkplot_qt/plotmain.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ Plot::Plot(QWidget *parent) : QMainWindow(parent), ui(new Ui::Plot)
158158
for (int i = 0; i < NFREQ + NEXOBS; i++)
159159
multipath[i] = NULL;
160160

161+
ionosphere = NULL;
162+
161163
graphTrack = new Graph(ui->lblDisplay);
162164
graphTrack->fit = 0;
163165

0 commit comments

Comments
 (0)