]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PDF/spdf/grvfv.F
Old version of PDF removed
[u/mrichter/AliRoot.git] / PDF / spdf / grvfv.F
diff --git a/PDF/spdf/grvfv.F b/PDF/spdf/grvfv.F
deleted file mode 100644 (file)
index 8068c70..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-*
-* $Id$
-*
-* $Log$
-* Revision 1.1.1.2  1996/10/30 08:28:37  cernlib
-* Version 7.04
-*
-* Revision 1.1.1.1  1996/04/12 15:29:23  plothow
-* Version 7.01
-*
-*
-#include "pdf/pilot.h"
-C
-C...FUNCTIONAL FORMS FOR HO AND LO PARAMETRIZATIONS :
-       FUNCTION GRVFV (X, N, AK, AG, B, D)
-       IMPLICIT REAL (A - Z)
-       DX = SQRT (X)
-       GRVFV = N * X**AK * (1.+ AG*DX + B*X) * (1.- X)**D
-       RETURN
-       END