]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MINICERN/packlib/kernlib/kerngen/tcgenc/datimh.F
This commit was generated by cvs2svn to compensate for changes in r2,
[u/mrichter/AliRoot.git] / MINICERN / packlib / kernlib / kerngen / tcgenc / datimh.F
1 *
2 * $Id$
3 *
4 * $Log$
5 * Revision 1.1.1.1  1996/02/15 17:50:37  mclareni
6 * Kernlib
7 *
8 *
9 #include "kerngen/pilot.h"
10 #if defined(CERNLIB_QMMPW)
11 #include "mpwgs/datimh.F"
12 #elif defined(CERNLIB_QMSUN)
13 #include "sungs/datimh.F"
14 #elif defined(CERNLIB_QMVAX)
15 #include "vaxgs/datimh.F"
16 #else
17       SUBROUTINE DATIMH (ND,NT)
18 C
19 C CERN PROGLIB# Z007    DATIMH  DUMMY   .VERSION KERNFOR  4.03  821008
20 C
21 C-    DUMMY FOR NON-ESSENTIAL ROUTINE STILL MISSING ON YOUR MACHINE
22
23       DIMENSION ND(9), NT(9)
24       DIMENSION M(8)
25
26       CALL UBLOW (8H29/09/79,M,8)
27       CALL UBUNCH           (M,ND,8)
28       CALL UBLOW (8H12.00.00,M,8)
29       CALL UBUNCH           (M,NT,8)
30       RETURN
31       END
32 #endif