Skip to content
Snippets Groups Projects
Commit ffddc885 authored by Markus Holzer's avatar Markus Holzer
Browse files

BugFix of the fas_subs function in rng nodes.

parent e87b4daf
Branches
Tags
1 merge request!155BugFix of the fast_subs function in rng nodes.
......@@ -61,7 +61,7 @@ class RNGBase(CustomCodeNode):
result.update(loop_counters)
return result
def fast_subs(self, _):
def fast_subs(self, *_):
return self # nothing to replace inside this node - would destroy intermediate "dummy" by re-creating them
def get_code(self, dialect, vector_instruction_set):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment