1
0
mirror of https://gitlab.com/scemama/qp_plugins_scemama.git synced 2024-08-31 00:03:50 +02:00
qp_plugins_scemama/devel/trexio/export_trexio.irp.f

8 lines
109 B
FortranFixed
Raw Normal View History

2023-03-09 10:50:44 +01:00
program export_trexio_prog
2021-12-10 18:42:49 +01:00
implicit none
read_wf = .True.
SOFT_TOUCH read_wf
2023-03-09 10:50:44 +01:00
call export_trexio
2021-12-10 18:42:49 +01:00
end