Skip to content

Commit

Permalink
ext fix
Browse files Browse the repository at this point in the history
  • Loading branch information
albert-de-montserrat committed Apr 2, 2024
1 parent 915f35f commit 17fa243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/JustRelaxCUDAExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ module JustRelax2D
JustRelax.JustRelax2D.solve!(::CUDABackendTrait, stokes, args...; kwargs) = _solve!(stokes, args...; kwargs...)

# Utils
JustRelax.JustRelax2D.compute_dt(S::StokesArrays, di, dt_diff, I::IGG) = compute_dt(S, di, dt_diff, I::IGG)
JustRelax.JustRelax2D.compute_dt(S::StokesArrays, di, dt_diff, I) = compute_dt(S, di, dt_diff, I::IGG)

end

Expand Down

0 comments on commit 17fa243

Please sign in to comment.