Skip to content

Add patch to fix MOAB's Exodus II reader

The ExodusII standard allows for TRIANGLE to be used as a label for triangles. This label was omitted in MOAB's ExoIIUtil.cpp, and elements with this label would cause the reader to segfault. This MR adds a patch to add this label to MOAB's ExoIIUtil.cpp so triangles with this label are properly read.

Merge request reports