mirror of
https://github.com/TREX-CoE/trexio.git
synced 2025-04-25 18:04:44 +02:00

This includes: * Define kind of arguments of bind(C) procedures using the relevant C types provided by iso_c_binding. * Replaced "call exit(1)" with "error stop 1". * Fixed a couple of implicit type conversions between 4-/8-byte integers. The first two fix compilation of the Fortran module with -std=f2008.