Skip to content

Fix bug in XDMF interface: Add missing uchar data type

Tom Fischer requested to merge TomFischer/ogs:FixHdfData into master

Fixes #3434

The function/mapping meshPropertyType2HdfType() did not handle all the data types listed in enum class MeshPropertyDataType. This MR adds the missing data type. XDMF/HDF5 output works at JUWELS again.

Merge request reports