Make const
This commit is contained in:
parent
c47567b9bd
commit
b899e71730
@ -1215,7 +1215,7 @@ function mesh3d_triangles(x, y, z, cns)
|
|||||||
return X, Y, Z
|
return X, Y, Z
|
||||||
end
|
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))
|
get_axis_attr(letter::Symbol, keyword::String) = get_axis_attr(letter, Symbol(keyword))
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user