Skip to content

Commit

Permalink
range syntax change.
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-fleming committed Jan 5, 2024
1 parent 97e33e6 commit dac5c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ end
# restricted domain here because formula from Anderson&Anderson
# breaks down near β = 0
# TODO investigate this.
for θ range(0, π / 6, 40)
for θ range(0, π / 6; length=40)
n = [-cos(θ), sin(θ)]
t = [0 1; -1 0] * n
u_R = state_behind(u_L, n, t; gas=DRY_AIR)
Expand Down

0 comments on commit dac5c15

Please sign in to comment.