Skip to content

Commit

Permalink
Update src/equations/linearized_euler_3d.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Winters <[email protected]>
  • Loading branch information
DanielDoehring and andrewwinters5000 authored Apr 15, 2024
1 parent 229dc7d commit efdf4f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/equations/linearized_euler_3d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ end
return SVector(f1, f2, f3, f4, f5)
end

# Calculate 1D flux for a single point
# Calculate 3D flux for a single point
@inline function flux(u, normal_direction::AbstractVector,
equations::LinearizedEulerEquations3D)
@unpack v_mean_global, c_mean_global, rho_mean_global = equations
Expand Down

0 comments on commit efdf4f2

Please sign in to comment.