mirror of
https://gitlab.com/scemama/qp_plugins_scemama.git
synced 2024-11-07 22:53:42 +01:00
8 lines
109 B
Fortran
8 lines
109 B
Fortran
program export_trexio_prog
|
|
implicit none
|
|
read_wf = .True.
|
|
SOFT_TOUCH read_wf
|
|
call export_trexio
|
|
end
|
|
|