We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 800bbfa + af49936 commit 5220a41Copy full SHA for 5220a41
src/variables.jl
@@ -35,7 +35,7 @@ struct Variable <: Function
35
Variable(name; known = false) = new(name, known)
36
end
37
function Variable(name, indices...; known = false)
38
- var_name = Symbol("$(name)$(join(map_subscripts.(indices), "̒"))")
+ var_name = Symbol("$(name)$(join(map_subscripts.(indices), "ˏ"))")
39
Variable(var_name; known=known)
40
41
0 commit comments