World_OSI Datatypes::Section::GetLength() gives inexact results
Current implementation calculates mean length of all lanes contained in the section, resulting in inexact results, even if all lanes have the same length. This approach is outdated, as all lanes in a section have to be of equal length anyway. The GetLength()
method should be updated accordingly.