COSMOS v7.655
COSMOSv7655
(AirShowerMC)
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | kpolintplogxyfe (xa, xstep, ya, ystep, nt, m, logxy, x, y, error) |
subroutine | kpolintplogfe (xa, xstep, ya, ystep, nt, m, x, y, error) |
subroutine | kpolintpfe (xa, xstep, ya, ystep, nt, m, x, y, error) |
subroutine | kpolintp (xa, xstep, ya, ystep, n, x, y, error) |
subroutine | kpolintpeqs (x0, dx, ya, ystep, n, x, y, error) |
subroutine kpolintp | ( | real*8, dimension(xstep, n) | xa, |
integer | xstep, | ||
real*8, dimension(ystep, n) | ya, | ||
integer | ystep, | ||
integer | n, | ||
real*8 | x, | ||
real*8 | y, | ||
real*8 | error | ||
) |
Definition at line 163 of file kpolintp.f.
References parameter().
Referenced by cl2tintp(), kpolintp2(), kpolintpfe(), kpolintplogfe(), and kpolintplogxyfe().
subroutine kpolintpeqs | ( | real*8 | x0, |
real*8 | dx, | ||
real*8, dimension(ystep, n) | ya, | ||
integer | ystep, | ||
integer | n, | ||
real*8 | x, | ||
real*8 | y, | ||
real*8 | error | ||
) |
Definition at line 228 of file kpolintp.f.
References parameter().
Referenced by kpolintp2().
subroutine kpolintpfe | ( | real*8, dimension(xstep, nt) | xa, |
integer | xstep, | ||
real*8, dimension(ystep, nt) | ya, | ||
integer | ystep, | ||
integer | nt, | ||
integer | m, | ||
real*8 | x, | ||
real*8 | y, | ||
real*8 | error | ||
) |
Definition at line 134 of file kpolintp.f.
References kdwhereis(), and kpolintp().
Referenced by ckmpelaxs(), ckmptotxs(), ckpnelaxs(), ckppelaxs(), cnpelaxs(), cnptotxs(), cpbarpelaxs(), cpimpelaxs(), cpimptotxs(), cpippelaxs(), cpipptotxs(), kpolintplogfe(), kpolintplogxyfe(), and proctimegettf().
subroutine kpolintplogfe | ( | real*8, dimension(xstep, nt) | xa, |
integer | xstep, | ||
real*8, dimension(ystep, nt) | ya, | ||
integer | ystep, | ||
integer | nt, | ||
integer | m, | ||
real*8 | x, | ||
real*8 | y, | ||
real*8 | error | ||
) |
Definition at line 91 of file kpolintp.f.
References kdwhereis(), kpolintp(), and kpolintpfe().
subroutine kpolintplogxyfe | ( | real*8, dimension(xstep, nt) | xa, |
integer | xstep, | ||
real*8, dimension(ystep, nt) | ya, | ||
integer | ystep, | ||
integer | nt, | ||
integer | m, | ||
integer | logxy, | ||
real*8 | x, | ||
real*8 | y, | ||
real*8 | error | ||
) |
Definition at line 22 of file kpolintp.f.
References kdwhereis(), kpolintp(), and kpolintpfe().
Referenced by cgpxs1(), ckmpelaxs(), ckmptotxs(), ckpnelaxs(), ckpntotxs(), ckppelaxs(), ckpptotxs(), cnpelaxs(), cpbarpelaxs(), cpbarptotxs(), cpimpelaxs(), cpimptotxs(), cpippelaxs(), cpipptotxs(), cppelaxs(), and cpptotxs().