Skip to content

Commit 86bd139

Browse files
committed
rtkplot-qt: initialize ionosphere
1 parent a46d77d commit 86bd139

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)