mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-19 20:42:36 +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
|
||
|
|