1
0
mirror of https://gitlab.com/scemama/qp_plugins_scemama.git synced 2024-07-26 20:57:56 +02:00
qp_plugins_scemama/stable/utilities/hcore_guess.irp.f

5 lines
64 B
FortranFixed
Raw Normal View History

2021-01-04 22:14:55 +01:00
program hcore_guess_prog
implicit none
call hcore_guess
end