My Project
|
Public Member Functions | |
subroutine | arcx_flt (XX1, YY1, XX2, YY2, ARCX1) |
subroutine | arcx_dbl (XX1, YY1, XX2, YY2, ARCX1) |
Definition at line 73 of file mod_spherical.f90.
subroutine mod_spherical::arcx::arcx_dbl | ( | real(dp), intent(in) | XX1, |
real(dp), intent(in) | YY1, | ||
real(dp), intent(in) | XX2, | ||
real(dp), intent(in) | YY2, | ||
real(dp), intent(out) | ARCX1 | ||
) |
Definition at line 234 of file mod_spherical.f90.
subroutine mod_spherical::arcx::arcx_flt | ( | real(spa), intent(in) | XX1, |
real(spa), intent(in) | YY1, | ||
real(spa), intent(in) | XX2, | ||
real(spa), intent(in) | YY2, | ||
real(spa), intent(out) | ARCX1 | ||
) |
Definition at line 307 of file mod_spherical.f90.