Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpudig committed Oct 29, 2024
1 parent 5bc7c5f commit 102000e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/multilayerqg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ invtransform!(var, varh, params::AbstractParams) = ldiv!(var, params.rfftplan, v
Kernel for the PV/stream function inversion step,
i.e., `qh = params.S * ψh` or `ψh = params.S⁻¹ qh`.
"""
@kernel function PVinversion_kernel!(a, b, M, ::Val{nlayers})
@kernel function PVinversion_kernel!(a, b, M, ::Val{nlayers}) where nlayers
i, j = @index(Global, NTuple)

@unroll for k = 1:nlayers
Expand Down

0 comments on commit 102000e

Please sign in to comment.