Skip to content
Snippets Groups Projects
Commit 754c7767 authored by Martin Bauer's avatar Martin Bauer
Browse files

Bugfix - Vectorization of in-place LB update wrong

Block.subs method tried to be too smart:
a = field[..]
b = a + b

was "simplified" incorrectly to
b = field[...] + b
parent 0690f5ad
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment