]> git.uio.no Git - u/mrichter/AliRoot.git/blob - GEANT321/gdraw/gdtr4.F
This commit was generated by cvs2svn to compensate for changes in r2,
[u/mrichter/AliRoot.git] / GEANT321 / gdraw / gdtr4.F
1 *
2 * $Id$
3 *
4 * $Log$
5 * Revision 1.1.1.1  1995/10/24 10:20:28  cernlib
6 * Geant
7 *
8 *
9 #include "geant321/pilot.h"
10 *CMZ :  3.21/02 29/03/94  15.41.27  by  S.Giani
11 *-- Author :
12       SUBROUTINE GDTR4
13 C.
14 C.    ******************************************************************
15 C.    *                                                                *
16 C.    *       Collect multiplicity for all JVOLUM structure            *
17 C.    *                                                                *
18 C.    *    ==>Called by : GDTR0                                        *
19 C.    *       Author : P.Zanarini   *********                          *
20 C.    *                                                                *
21 C.    ******************************************************************
22 C.
23 #include "geant321/gcbank.inc"
24 #include "geant321/gcdraw.inc"
25 C.
26 C.    ------------------------------------------------------------------
27 C.
28       DO 10 J=1,NUMNOD
29          IQ(JSCA+J)=0
30          IQ(JDUP+J)=0
31    10 CONTINUE
32       IQ(JDUP+1)=1
33       DO 30 J=1,NUMNOD
34          IF (IQ(JSCA+J).EQ.0) THEN
35             CALL GDTR3(J)
36             DO 20 I=J,NUMNOD
37                IF (IQ(JSCA+I).EQ.-1) IQ(JSCA+I)=0
38    20       CONTINUE
39          ENDIF
40    30 CONTINUE
41       END