Skip to content

Commit

Permalink
another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aelligp committed May 24, 2024
1 parent 941915b commit 025d418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ext/AMDGPU/3D.jl
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ function JR3D.compute_viscosity!(
return _compute_viscosity!(stokes, ν, phase_ratios, args, rheology, cutoff)
end

function JR2D.compute_viscosity!(η, ν, εII::ROCArray, args, rheology, cutoff)
function JR3D.compute_viscosity!(η, ν, εII::ROCArray, args, rheology, cutoff)
return compute_viscosity!(η, ν, εII, args, rheology, cutoff)
end

Expand Down

0 comments on commit 025d418

Please sign in to comment.