]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MINICERN/packlib/kernlib/kerngen/tcgenc/sungs/intrac.F
Bugfix in AliPoints2Memory
[u/mrichter/AliRoot.git] / MINICERN / packlib / kernlib / kerngen / tcgenc / sungs / intrac.F
1 *
2 * $Id$
3 *
4 * $Log$
5 * Revision 1.1.1.1  1996/02/15 17:50:39  mclareni
6 * Kernlib
7 *
8 *
9       LOGICAL FUNCTION INTRAC(DUMMY)
10 C
11 C CERN PROGLIB# Z044    INTRAC          .VERSION KERNSUN  1.00  880922
12 C ORIG. 22/09/88, JZ
13 C
14 C-    The program is considered interactive if standard input
15 C-    is connected to the terminal
16
17       LOGICAL      ISATTY
18
19       INTRAC = ISATTY (5)
20       RETURN
21       END