]> git.uio.no Git - u/mrichter/AliRoot.git/blame - GEANT321/gphys/gfsdpr.F
This commit was generated by cvs2svn to compensate for changes in r2,
[u/mrichter/AliRoot.git] / GEANT321 / gphys / gfsdpr.F
CommitLineData
fe4da5cc 1*
2* $Id$
3*
4* $Log$
5* Revision 1.1.1.1 1995/10/24 10:21:25 cernlib
6* Geant
7*
8*
9#include "geant321/pilot.h"
10*CMZ : 3.21/02 29/03/94 15.41.21 by S.Giani
11*-- Author :
12 SUBROUTINE GFSDPR(Z,NSHL,PRB)
13C.
14C. ******************************************************************
15C. * *
16C * Fetch probability of radiative shells decay *
17C. * *
18C. * ==>Called by : GFSHDC *
19C. * Author J. Chwastowski *
20C. * *
21C. ******************************************************************
22C.
23#include "geant321/gcpmxz.inc"
24#include "geant321/gcphpr.inc"
25 DIMENSION PRB(NSHL)
26 IZ = Z
27 DO 10 I = 1,NSHL
28 PRB(I) = GFLUPR(I,IZ)
29 10 CONTINUE
30 END