]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MINICERN/packlib/kernlib/kerngen/tcgen/os9gs/kerngt.F
Bugfix in AliPoints2Memory
[u/mrichter/AliRoot.git] / MINICERN / packlib / kernlib / kerngen / tcgen / os9gs / kerngt.F
CommitLineData
fe4da5cc 1*
2* $Id$
3*
4* $Log$
5* Revision 1.1.1.1 1996/02/15 17:50:00 mclareni
6* Kernlib
7*
8*
9 SUBROUTINE KERNGT (LUN)
10C
11C CERN PROGLIB# Z001 KERNGT .VERSION KERNOS9 1.01 940718
12C ORIG. 16/03/89
13C
14C-- Store Pam title into /SLATE/ for printing by GSHOWF
15
16 COMMON /SLATE/ MCH(40)
17
18
19 CALL UCTOH1 (
20 + ' KERNOS9 1.01 940929 16.30 '
21 +, MCH, 40)
22 CALL GSHOWF (LUN)
23 RETURN
24 END