Go to the source code of this file.
◆ cmunsmpe()
subroutine cmunsmpe |
( |
real*8 |
Emu, |
|
|
real*8 |
Et |
|
) |
| |
Definition at line 33 of file cmuNsmp.f.
References d0, kpolintp2(), and rndc().
Referenced by cmuinte().
49 ale = log10(min(emu, munemax))
56 * muntbl, munusize, munusize, munesize,
57 * 5, 3, uu, ale, v, error)
subroutine kpolintp2(xa, xstep, dx, ya, ystep, dy,
block data cblkEvhnp ! currently usable models data RegMdls ad *special data *Cekaon d0
◆ cmunsmpp()
subroutine cmunsmpp |
( |
real*8 |
Emu, |
|
|
real*8 |
prob, |
|
|
real*8 |
path |
|
) |
| |
Definition at line 2 of file cmuNsmp.f.
References kintp3(), and rndc().
Referenced by csampmuint().
13 if(emu .le. munemin)
then 15 elseif(emu .le. munemax1)
then 17 call kintp3(muntx, 1, muntxt, munlemin,
22 * (emu/munemax1)**munpwtx
subroutine kintp3(f, intv, n, x1, h, x, ans)