change non-underscore alias
This commit is contained in:
parent
2a7d2d710e
commit
e37380fcd2
@ -8,7 +8,7 @@ end
|
||||
|
||||
function make_non_underscore(s::Symbol)
|
||||
str = string(s)
|
||||
str = replace(str, "_" => "")
|
||||
str = replace(str, "_" => "*")
|
||||
return Symbol(str)
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user