10
0
mirror of https://gitlab.com/scemama/eplf synced 2024-07-07 20:05:58 +02:00
eplf/eplf_hf.irp.f

12 lines
139 B
FortranFixed
Raw Normal View History

2009-05-15 17:18:39 +02:00
program eplf_hf
2009-05-15 01:01:27 +02:00
PROVIDE ao_prim_num_max
call write_grid_eplf()
2009-05-15 17:18:39 +02:00
IRP_IF MPI
integer :: ierr
call MPI_FINALIZE(ierr)
IRP_ENDIF
2009-05-15 01:01:27 +02:00
end