Skip to content

MultiComponentStateModeCalculator : use std::array when we know the size

The size is always 10 , so we do not need a dynamic type here. std::array fits the bill

Edited by Christos Anastopoulos

Merge request reports