]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MINICERN/packlib/zebra/zebra/q_not.inc
Added protection. In case IROT=0 the address Q(LQ(JROTM-IROT)) should not
[u/mrichter/AliRoot.git] / MINICERN / packlib / zebra / zebra / q_not.inc
CommitLineData
fe4da5cc 1*
2* $Id$
3*
4* $Log$
5* Revision 1.1 1996/04/18 16:15:12 mclareni
6* Incorporate changes from J.Zoll for version 3.77
7*
8*
9*
10#ifndef CERNLIB_ZEBRA_Q_NOT_INC
11#define CERNLIB_ZEBRA_Q_NOT_INC
12*
13* q_not.inc
14*
15#if defined(CERNLIB_APOLLO)
16* NOT is standard on APOLLO
17
18#elif defined(CERNLIB_CDC)
19 NOT (IZW) = .NOT. IZW
20
21#elif defined(CERNLIB_MSDOS)&&defined(CERNLIB_QF_F2C)
22
23#elif defined(CERNLIB_QMIBMSI)
24 NOT (IZW) = LCOMPL (IZW)
25
26#elif defined(CERNLIB_LNX)
27
28#elif defined(CERNLIB_SUN)
29* NOT is standard on SUN
30
31#elif 1
32
33#endif
34
35#endif