Skip to content

Fix uninitialized values.

A member variable which indicates whether the SCT BS error cache was already filled was not initialised. As a consequence the cache was eventually considered initialized although it was not.

Initializing this indicator seems to resolve ATLASRECTS-6498.

Merge request reports