10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2025-04-29 19:54:54 +02:00
2024-04-26 10:57:57 +02:00

8 lines
105 B
Fortran

program spher_harm
implicit none
! call test_spher_harm
! call test_cart
call test_brutal_spheric
end