1
0
mirror of https://gitlab.com/scemama/qp_plugins_scemama.git synced 2024-07-26 04:37:31 +02:00
qp_plugins_scemama/devel/trexio/trexio.irp.f

9 lines
176 B
Fortran

BEGIN_PROVIDER [ character*(1024), trexio_filename ]
implicit none
BEGIN_DOC
! Name of the TREXIO file
END_DOC
filename = trim(ezfio_work_dir)//'/trexio.h5'
END_PROVIDER