Skip to content

Fix XML output when range flag used

Dave Moxey requested to merge fix/xml-output into master

This MR fixes an issue reported by @ashokj with FieldConvert when the -r flag is used to restrict the range of the domain. In cases where the range excludes a composite, the composite becomes empty and causes a segfault. This MR fixes this by skipping over empty composites in the output.

Merge request reports