Skip to content

TKR-interface instead of select type

Compare
Choose a tag to compare
@scivision scivision released this 21 May 02:42
· 642 commits to main since this release
069cb10

refactored h5fortran v3.8.0 internal polymorphism to use TKR-unique interfaces instead of select type. That is, compile-time polymorphism instead of runtime polymorphism. This helps give clearer compile-time warnings/errors, improved runtime stability, specifically for GCC 11.1 which has a always crashing on file write bug that this fixes.