Skip to content

Commit

Permalink
Update src/equations/linearized_euler_1d.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring authored Mar 11, 2024
1 parent 0a5398a commit 651c63d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/equations/linearized_euler_1d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function LinearizedEulerEquations1D(v_mean_global::Real,
rho_mean_global)
end

# Constructor with keywords (note the leading ';)
# Constructor with keywords (note the leading ';')
function LinearizedEulerEquations1D(; v_mean_global::Real,
c_mean_global::Real, rho_mean_global::Real)
return LinearizedEulerEquations1D(v_mean_global, c_mean_global,
Expand Down

0 comments on commit 651c63d

Please sign in to comment.