Skip to content

add auto-close destructor

Choose a tag to compare

@scivision scivision released this 14 Jun 04:17
· 225 commits to main since this release
7738222

using best principles of object-oriented programming, add a auto-closing file destructor, such that when netcdf_file leaves procedure scope, the file data is flushed and the file is closed.