Skip to content

Commit 80f1bf2

Browse files
author
Lenka Novakova
committed
SVector
1 parent c4caa14 commit 80f1bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

experiments/ClimaEarth/user_io/debug_plots.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ end
9797
9898
Return the minimum and maximum values of a field as a string.
9999
"""
100-
function print_extrema(field::Union{CC.Fields.Field, Vector})
100+
function print_extrema(field::Union{CC.Fields.Field, Vector, StaticArrays.SVector})
101101
ext_vals = extrema(field)
102102
min = Printf.@sprintf("%.2E", ext_vals[1])
103103
max = Printf.@sprintf("%.2E", ext_vals[2])

0 commit comments

Comments
 (0)