Skip to content

Commit

Permalink
Update src/callbacks_step/glm_speed.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Lampert <[email protected]>
  • Loading branch information
SimonCan and JoshuaLampert authored Feb 7, 2024
1 parent d37ab18 commit 02afd09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/callbacks_step/glm_speed.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function Base.show(io::IO, cb::DiscreteCallback{<:Any, <:GlmSpeedCallback})

glm_speed_callback = cb.affect!
@unpack glm_scale, cfl, semi_indices = glm_speed_callback
print(io, "GlmSpeedCallback(glm_scale=", glm_scale, ", cfl=", cfl, "semi_indices=", semi_infices, ")")
print(io, "GlmSpeedCallback(glm_scale=", glm_scale, ", cfl=", cfl, "semi_indices=", semi_indices, ")")
end

function Base.show(io::IO, ::MIME"text/plain",
Expand Down

0 comments on commit 02afd09

Please sign in to comment.