Skip to content

Commit 60cac7f

Browse files
committed
Show header "time"->"t"
1 parent c2d6a5c commit 60cac7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/show.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
function Base.show(io::IO, mime::MIME"text/plain", interp::AbstractInterpolation)
44
print(io, get_show(interp))
5-
header = ["time", get_names(interp.u)...]
5+
header = ["t", get_names(interp.u)...]
66
data = hcat(interp.t, get_data(interp.u))
77
pretty_table(io, data; column_labels = header, vertical_crop_mode = :middle)
88
end

0 commit comments

Comments
 (0)