Skip to content

Commit

Permalink
fix name (trixi-framework#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
LasNikas authored Jun 25, 2024
1 parent 7d90ea1 commit f8ec990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schemes/boundary/open_boundary/system.jl
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ function Base.show(io::IO, ::MIME"text/plain", system::OpenBoundarySPHSystem)
end
end

function reset_callback_flag(system::OpenBoundarySPHSystem)
function reset_callback_flag!(system::OpenBoundarySPHSystem)
system.update_callback_used[] = false

return system
Expand Down

0 comments on commit f8ec990

Please sign in to comment.