]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MINICERN/mathlib/gen/c/dbska.F
Bugfix in AliPoints2Memory
[u/mrichter/AliRoot.git] / MINICERN / mathlib / gen / c / dbska.F
1 *
2 * $Id$
3 *
4 * $Log$
5 * Revision 1.1.1.1  1996/04/01 15:02:07  mclareni
6 * Mathlib gen
7 *
8 *
9 #include "gen/pilot.h"
10 #if !defined(CERNLIB_DOUBLE)
11       SUBROUTINE DBSKA(X,IA,JA,NL,B)
12 #include "gen/imp128.inc"
13       CHARACTER*6 NAME
14       NAME = 'DBSKA'
15       CALL MTLPRT(NAME,'C341',
16      +'not available on this machine - see documentation')
17       RETURN
18
19       ENTRY DEBSKA(X,IA,JA,NL,B)
20       NAME = 'DEBSKA'
21       CALL MTLPRT(NAME,'C341',
22      +'not available on this machine - see documentation')
23       RETURN
24       END
25 #endif