Fix an uninitialized value valgrind warning.
This commit is contained in:
parent
9626805a09
commit
a565e90c4f
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ _next_run(0),
|
|||
_lead_angle(0),
|
||||
_xtrack_error(0),
|
||||
_tunnel(false),
|
||||
_initial_tunnel(false),
|
||||
_curr_alt(0),
|
||||
_prev_alt(0),
|
||||
_until_time(""),
|
||||
|
|
Loading…
Add table
Reference in a new issue