mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-04 05:03:50 +01:00
8 lines
105 B
Fortran
8 lines
105 B
Fortran
program spher_harm
|
|
implicit none
|
|
! call test_spher_harm
|
|
! call test_cart
|
|
call test_brutal_spheric
|
|
end
|
|
|