Skip to content

Commit

Permalink
Correct type of missing argument
Browse files Browse the repository at this point in the history
  • Loading branch information
ericneiva committed Aug 29, 2024
1 parent cf905de commit 7c2fdd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AlgoimUtils/AlgoimUtils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ end

function compute_normal_displacement!(
cache,
uₕ::FEFunction,
uₕ::CellField,
cpₕ::FEFunction,
phi::AlgoimCallLevelSetFunction,
dt::Float64,
Expand Down

0 comments on commit 7c2fdd0

Please sign in to comment.