]> git.uio.no Git - u/mrichter/AliRoot.git/blame - GEANT321/gdraw/gdtr99.F
bug correction
[u/mrichter/AliRoot.git] / GEANT321 / gdraw / gdtr99.F
CommitLineData
fe4da5cc 1*
2* $Id$
3*
4* $Log$
5* Revision 1.1.1.1 1995/10/24 10:20:29 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 GDTR99(IVTREE)
13C.
14C. ******************************************************************
15C. * *
16C. * Delete the tree structure build by GDTR0 *
17C. * on the view bank IVTREE *
18C. * *
19C. * IVTREE= view bank used to store tree structure (input) *
20C. * *
21C. * ==>Called by : GDFSPC, GDTREE *
22C. * Author : P.Zanarini ********* *
23C. * *
24C. ******************************************************************
25C.
26#include "geant321/gcbank.inc"
27#include "geant321/gcdraw.inc"
28C.
29C. ------------------------------------------------------------------
30C.
31 IF (NKVIEW.EQ.IVTREE) THEN
32 Q(JDRAW+IVTREE)=1.
33 CALL MZDROP(IXCONS,LQ(JDRAW-IVTREE),' ')
34 NKVIEW=IVTREE-1
35 ELSE
36 Q(JDRAW+IVTREE)=1.
37 CALL GDELET(IVTREE)
38 ENDIF
39 END