Skip to content

Commit

Permalink
try removing Int
Browse files Browse the repository at this point in the history
  • Loading branch information
szy21 committed Jul 9, 2024
1 parent 2b5c5c0 commit 8d138cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/callbacks/callbacks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ function set_aerosol_type(;
index = findfirst(
c -> c == maxval,
(DST01, SSLT01, SO4, CB1, CB2, OC1, OC2),
)::Int
)
return index
end
set_aerosol_type(NT) = set_aerosol_type(; NT...)
Expand Down

0 comments on commit 8d138cb

Please sign in to comment.