Skip to content

Commit 0f840f8

Browse files
committed
Fix warning
1 parent bd27928 commit 0f840f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_flightpathcalculator.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ wcs::WCSettings = WCSettings(dt = 1/set.sample_freq)
1616
fcs::FPCSettings = FPCSettings(dt=wcs.dt)
1717
fpps::FPPSettings = FPPSettings()
1818
u_d0 = 0.01 * set.depower_offset
19-
u_d = 0.01 * set.depower
19+
u_d = 0.01 * set.depowers[1]
2020
ssc::SystemStateControl = SystemStateControl(wcs, fcs, fpps; u_d0, u_d, v_wind=set.v_wind)
2121
dt::Float64 = wcs.dt
2222

0 commit comments

Comments
 (0)