Skip to content

Commit

Permalink
Fix display error
Browse files Browse the repository at this point in the history
  • Loading branch information
henry2004y committed Dec 14, 2023
1 parent 1da360b commit 041b3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hdf.jl
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function Base.show(io::IO, file::BatsrusHDF5Uniform)
println(io, "Dimension: ", file.common.ndim)
println(io, "Mesh coordmin: ", file.common.coordmin)
println(io, "Mesh coordmax: ", file.common.coordmax)
println(io, "Number of blocks: ", file.common.nb)
println(io, "Number of blocks: ", file.nb)
println(io, "Number of cells per block: ", file.common.ncb)
println(io, "Grid resolution: ", file.dcoord)
println(io, "Time: ", file.common.time)

Check warning on line 110 in src/hdf.jl

View check run for this annotation

Codecov / codecov/patch

src/hdf.jl#L103-L110

Added lines #L103 - L110 were not covered by tests
Expand Down

0 comments on commit 041b3a7

Please sign in to comment.