|
COSMOS v7.655
COSMOSv7655
(AirShowerMC)
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | kpolintpslogxyfe (xa, xstep, ya, ystep, nt, m, logxy, x, y, error) |
| subroutine | kpolintpslogfe (xa, xstep, ya, ystep, nt, m, x, y, error) |
| subroutine | kpolintpsfe (xa, xstep, ya, ystep, nt, m, x, y, error) |
| subroutine | kpolintps (xa, xstep, ya, ystep, n, x, y, error) |
| subroutine | kpolintpseqs (x0, dx, ya, ystep, n, x, y, error) |
| subroutine kpolintps | ( | real(4), dimension(xstep, n) | xa, |
| integer | xstep, | ||
| real(4), dimension(ystep, n) | ya, | ||
| integer | ystep, | ||
| integer | n, | ||
| real(4) | x, | ||
| real(4) | y, | ||
| real(4) | error | ||
| ) |
Definition at line 164 of file kpolintpS.f.
References parameter().
Referenced by kpolintp2s(), kpolintpsfe(), kpolintpslogfe(), and kpolintpslogxyfe().


| subroutine kpolintpseqs | ( | real(4) | x0, |
| real(4) | dx, | ||
| real(4), dimension(ystep, n) | ya, | ||
| integer | ystep, | ||
| integer | n, | ||
| real(4) | x, | ||
| real(4) | y, | ||
| real(4) | error | ||
| ) |
Definition at line 229 of file kpolintpS.f.
References parameter().
Referenced by kpolintp2s().


| subroutine kpolintpsfe | ( | real(4), dimension(xstep, nt) | xa, |
| integer | xstep, | ||
| real(4), dimension(ystep, nt) | ya, | ||
| integer | ystep, | ||
| integer | nt, | ||
| integer | m, | ||
| real(4) | x, | ||
| real(4) | y, | ||
| real(4) | error | ||
| ) |
Definition at line 135 of file kpolintpS.f.
References kpolintps(), and kwhereis().
Referenced by kpolintpslogfe(), and kpolintpslogxyfe().


| subroutine kpolintpslogfe | ( | real(4), dimension(xstep, nt) | xa, |
| integer | xstep, | ||
| real(4), dimension(ystep, nt) | ya, | ||
| integer | ystep, | ||
| integer | nt, | ||
| integer | m, | ||
| real(4) | x, | ||
| real(4) | y, | ||
| real(4) | error | ||
| ) |
Definition at line 92 of file kpolintpS.f.
References kpolintps(), kpolintpsfe(), and kwhereis().

| subroutine kpolintpslogxyfe | ( | real(4), dimension(xstep, nt) | xa, |
| integer | xstep, | ||
| real(4), dimension(ystep, nt) | ya, | ||
| integer | ystep, | ||
| integer | nt, | ||
| integer | m, | ||
| integer | logxy, | ||
| real(4) | x, | ||
| real(4) | y, | ||
| real(4) | error | ||
| ) |
Definition at line 23 of file kpolintpS.f.
References kpolintps(), kpolintpsfe(), and kwhereis().
