Make const

This commit is contained in:
Nicholas Bauer 2021-08-28 15:25:17 -04:00 committed by GitHub
parent c47567b9bd
commit b899e71730
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1215,7 +1215,7 @@ function mesh3d_triangles(x, y, z, cns)
return X, Y, Z
end
_axisattrcache = Dict{Symbol, Dict{Symbol, Symbol}}()
const _axisattrcache = Dict{Symbol, Dict{Symbol, Symbol}}()
get_axis_attr(letter::Symbol, keyword::String) = get_axis_attr(letter, Symbol(keyword))