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

10 lines
210 B
FortranFixed
Raw Normal View History

program debug
2009-05-12 00:02:55 +02:00
implicit none
2009-05-14 00:45:29 +02:00
double precision :: eplf_integral, ao_overlap
PROVIDE ao_prim_num_max
2009-05-12 00:02:55 +02:00
integer :: i,j
2009-05-14 00:45:29 +02:00
read(*,*) i,j
print *, eplf_integral(i,j,eplf_gamma,point)
print *, ao_overlap(i,j)
end