Skip to content

Add support for custom values in enumerations.

Add a "cust_vals" entry to the enumerations and class objects within the input files. The list of entries below form a dictionary for an enumeration to allow custom names for entries within the enumeration.

Update tests to show and use the new values.

Merge request reports