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

9 lines
176 B
FortranFixed
Raw Normal View History

2021-05-05 17:15:14 +02:00
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