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 merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment