cmhamel / Exodus.jl

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

updating error handling to close the exodus file in case an error is … #181

Closed cmhamel closed 7 months ago

cmhamel commented 7 months ago

…encountered. This is probably the best thing to do in most cases, although it may make some REPL usage annoying if a bad name is called for instance. Maybe some more fine-grained error handling should be considered in the future.