Skip to content

Commit

Permalink
Fixed issue with the GlmSpeedCallback printing format.
Browse files Browse the repository at this point in the history
  • Loading branch information
iomsn committed Mar 13, 2024
1 parent 0ddaaae commit 8d8cfca
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 @@ -44,7 +44,7 @@ function Base.show(io::IO, ::MIME"text/plain",
setup = [
"GLM wave speed scaling" => glm_speed_callback.glm_scale,
"Expected CFL number" => glm_speed_callback.cfl,
# "Coupled semidiscretization indices" => glm_speed_callback.semi_indices,
"Coupled semis indices" => glm_speed_callback.semi_indices,
]
summary_box(io, "GlmSpeedCallback", setup)
end
Expand Down

0 comments on commit 8d8cfca

Please sign in to comment.