Skip to content

Commit

Permalink
format again
Browse files Browse the repository at this point in the history
  • Loading branch information
aelligp committed Aug 13, 2024
1 parent 5e2a1b2 commit cd12cde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ext/CUDA/2D.jl
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function JR2D.PhaseRatio(::Type{CUDABackend}, ni, num_phases)
end

function JR2D.PTThermalCoeffs(
::Type{CUDABackend}, K, ρCp, dt, di::NTuple, li::NTuple; ϵ=1e-8, CFL=0.9 / 3
::Type{CUDABackend}, K, ρCp, dt, di::NTuple, li::NTuple; ϵ=1e-8, CFL=0.9 / 3
)
return PTThermalCoeffs(K, ρCp, dt, di, li; ϵ=ϵ, CFL=CFL)
end
Expand Down Expand Up @@ -79,7 +79,7 @@ function JR2D.PTThermalCoeffs(
di::NTuple,
li::NTuple;
ϵ=1e-8,
CFL=0.9 / 3,
CFL=0.9 / 3,
)
return PTThermalCoeffs(rheology, args, dt, ni, di, li; ϵ=ϵ, CFL=CFL)
end
Expand Down

0 comments on commit cd12cde

Please sign in to comment.