cmhamel / Exodus.jl

A julia interface for accessing the ExodusII data format
MIT License
9 stars 0 forks source link

Patching up ExodusDatabase type so that the new Initialization type i… #175

Closed cmhamel closed 7 months ago

cmhamel commented 7 months ago

…s properly typed. This was leading to type instabilities downstream. This still isn't quite type-stable on reading a file, but I'm not sure if it ever really can be.

Maybe eventually just ditch the initialization struct all together and make this typed parameters in the ExodusDatabase struct itself.