We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b066575 commit feadfd5Copy full SHA for feadfd5
src/util.jl
@@ -235,7 +235,7 @@ end
235
"""
236
interp(x::SVector, arr::AbstractArray)
237
238
- Linear interpolation from array `arr` at iCartesian-coordinate `x`.
+ Linear interpolation from array `arr` at Cartesian-coordinate `x`.
239
Note: This routine works for any number of dimensions.
240
241
function interp(x::SVector{D}, arr::AbstractArray{T,D}) where {D,T}
0 commit comments