Skip to content

Small M fix

In changing sequences to allow single values where min == max, the order in which rounding occurs to compute the size of the sequence became important. It turns out single valued sequences were never being requested because GR MFDs that would have been single valued were being created as SINGLE MFDs instead.

Merge request reports