Fix race condition in Unit.cpp Refs #5584
The static quick conversion map mutated within a parallel loop, see AnvredCorrection, so it needs to be protected by a critical block
Please register or sign in to comment
The static quick conversion map mutated within a parallel loop, see AnvredCorrection, so it needs to be protected by a critical block