]> git.uio.no Git - u/mrichter/AliRoot.git/blob - GEANT321/guser/gunear.F
Bugfix in AliPoints2Memory
[u/mrichter/AliRoot.git] / GEANT321 / guser / gunear.F
1 *
2 * $Id$
3 *
4 * $Log$
5 * Revision 1.1.1.1  1995/10/24 10:21:46  cernlib
6 * Geant
7 *
8 *
9 #include "geant321/pilot.h"
10 *CMZ :  3.21/02 29/03/94  15.41.25  by  S.Giani
11 *-- Author :
12       SUBROUTINE GUNEAR(ISEARC, ICALL, X, JNEAR)
13 C.
14 C.    ******************************************************************
15 C.    *                                                                *
16 C.    *    User search                                                 *
17 C.    *       ISEARC to identify the given volume                      *
18 C.    *       ICALL  to identify the calling routine                   *
19 C.    *              1 GMEDIA like                                     *
20 C.    *              2 GNEXT like                                      *
21 C.    *       X      coordinates (+direction for ICALL=2)              *
22 C.    *       JNEAR  address of default list of neighbours             *
23 C.    *              (list to be overwriten by user)                   *
24 C.    *                                                                *
25 C.    *    Called by : GFTRAC, GINVOL, GTMEDI, GTNEXT, GNEXT, GMEDIA   *
26 C.    *                                                                *
27 C.    ******************************************************************
28 C.
29       DIMENSION X(*)
30 C.    ------------------------------------------------------------------
31 *                                                             END GUNEAR
32       END