]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PDF/spdf/grvfvp.F
Removing useless const to avoid warnings on alphacxx6
[u/mrichter/AliRoot.git] / PDF / spdf / grvfvp.F
1 *
2 * $Id$
3 *
4 * $Log$
5 * Revision 1.1.1.2  1996/10/30 08:28:38  cernlib
6 * Version 7.04
7 *
8 * Revision 1.1.1.1  1996/04/12 15:29:23  plothow
9 * Version 7.01
10 *
11 *
12 #include "pdf/pilot.h"
13        FUNCTION GRVFVP (X, N, AK, AG, D)
14        IMPLICIT REAL (A - Z)
15        DX = SQRT (X)
16        GRVFVP = N * X**AK * (1.+ AG*DX) * (1.- X)**D
17        RETURN
18        END