]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MINICERN/mathlib/gen/s/gent.F
Bugfix in AliPoints2Memory
[u/mrichter/AliRoot.git] / MINICERN / mathlib / gen / s / gent.F
CommitLineData
fe4da5cc 1*
2* $Id$
3*
4* $Log$
5* Revision 1.2 1996/04/15 10:02:56 mclareni
6* Change format statement to compile also on OSF, and add a date
7*
8* Revision 1.1.1.1 1996/04/01 15:02:53 mclareni
9* Mathlib gen
10*
11*
12 SUBROUTINE GENT ( LUN)
13C.
14C.
15C. ******************************************************************
16C. * *
17C. * *
18C. * PRINT PAM TITLE ON LUN *
19C. * *
20C. * *
21C. ******************************************************************
22C.
23 WRITE (LUN,1000)
24 RETURN
25 1000 FORMAT(' GENT COMPILED FROM PAM FILE= ',
26 + ' GEN 1.48/00 150496' ,
27 +/)
28 END