TREX-CoE / trexio

TREX I/O library
https://trex-coe.github.io/trexio/
BSD 3-Clause "New" or "Revised" License
49 stars 14 forks source link

Improved modern fortran compliance #147

Closed scemama closed 6 months ago

scemama commented 6 months ago

This fixes issue #146, please merge this after #145.

Note: The import statement imports the iso_c_binding elements from the module, so use iso_c_binding is not necessary inside the functions.

q-posev commented 6 months ago

Nevermind, my bad...

scemama commented 6 months ago

@q-posev Is it all good now?

q-posev commented 6 months ago

@scemama no, looks like something broke when I merge master with PR #145 into this branch (there was a git conflict which I had to solve). Now the compilations fails at trexio_open_c

q-posev commented 6 months ago

Found it!