Skip to content

Prevent GenCrossSectionto_string from accessing non-existing elements

Andrii Verbytskyi requested to merge GenCrossSection_bugfix into master

Prevent GenCrossSection::to_string from accessing non-existing elements.

For an empty GenCrossSection the to_string should not access the element 0 of the cross-section.

Merge request reports