]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MICROCERN/gauss.F
Transition to NewIO
[u/mrichter/AliRoot.git] / MICROCERN / gauss.F
1 *
2 * $Id$
3 *
4 * $Log$
5 * Revision 1.2.4.1  2002/11/26 16:46:57  hristov
6 * Merging NewIO with v3-09-04
7 *
8 * Revision 1.2  2002/10/14 14:57:10  hristov
9 * Merging the VirtualMC branch to the main development branch (HEAD)
10 *
11 * Revision 1.1.2.1  2002/07/11 17:14:48  alibrary
12 * Adding MICROCERN
13 *
14 * Revision 1.1.1.1  1999/05/18 15:55:34  fca
15 * AliRoot sources
16 *
17 * Revision 1.1.1.1  1996/04/01 15:02:13  mclareni
18 * Mathlib gen
19 *
20 *
21 #include "gen/pilot.h"
22 C This will be GAUSS,IF=DOUBLE and GAUSS64,IF=-DOUBLE.
23       FUNCTION GAUSS(F,A,B,EPS)
24
25       CHARACTER NAME*(*)
26       PARAMETER (NAME = 'GAUSS')
27 #include "gausscod.inc"
28    99 GAUSS=H
29       RETURN
30       END