Skip to content

Commit

Permalink
Return nothing in cuda bycolumn
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskawczynski committed Jun 29, 2023
1 parent f403dea commit bc38f13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Fields/indices.jl
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ bycolumn(

function bycolumn(fn, space::AbstractSpace, ::ClimaComms.CUDADevice)
fn(:)
return nothing
end


Expand Down

0 comments on commit bc38f13

Please sign in to comment.