1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2025-04-25 18:04:44 +02:00
Pablo Lopez Rios 0e9b9f1900 trexio_f: fix complaints from gfortran 11, including data type issues
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.
2022-01-18 16:58:07 +00:00
..
2021-10-06 10:31:06 +02:00
2021-07-27 14:48:11 +02:00
2021-12-09 16:15:17 +01:00