Skip to content
Snippets Groups Projects
Verified Commit fb354334 authored by Michiel Cottaar's avatar Michiel Cottaar
Browse files

Fix overriding of qvec

parent e3922b61
No related branches found
No related tags found
No related merge requests found
...@@ -213,7 +213,7 @@ end ...@@ -213,7 +213,7 @@ end
for (target_name, all_vars) in all_variables_symbols for (target_name, all_vars) in all_variables_symbols
for (variable_func, _) in all_vars for (variable_func, _) in all_vars
if variable_func in [:qval_square, :qval] if variable_func in [:qvec]
continue continue
end end
get_func = Symbol("get_" * string(target_name)) get_func = Symbol("get_" * string(target_name))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment