The Sandia Engineering Analysis Code Access System (SEACAS) is a suite of preprocessing, postprocessing, translation, and utility applications supporting finite element analysis software using the Exodus database file format.
Can the default constructor for ExodusData() be removed? It causes many warnings on Clang 14+ builds, since const members will not be initialized appropriately when the object is default-constructed:
Can the default constructor for ExodusData() be removed? It causes many warnings on Clang 14+ builds, since const members will not be initialized appropriately when the object is default-constructed:
https://github.com/sandialabs/seacas/blob/1f5c7e6de58c4bde72f627a48769a966aaf1c21c/packages/seacas/libraries/ioss/src/generated/Iogn_DashSurfaceMesh.h#L68C28-L68C28
Thanks! Julia