]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MINICERN/packlib/kernlib/kerngen/kerngen/q_andor.inc
Bugfix in AliPoints2Memory
[u/mrichter/AliRoot.git] / MINICERN / packlib / kernlib / kerngen / kerngen / q_andor.inc
CommitLineData
fe4da5cc 1*
2* $Id$
3*
4* $Log$
5* Revision 1.2 1997/02/04 17:35:38 mclareni
6* Merge Winnt and 97a versions
7*
8* Revision 1.1.1.1.2.1 1997/01/21 11:30:28 mclareni
9* All mods for Winnt 96a on winnt branch
10*
11* Revision 1.1.1.1 1996/02/15 17:49:19 mclareni
12* Kernlib
13*
14*
15* IAND / IOR / IEOR / NOT standard?
16*
17* q_andor.inc
18*
19#if defined(CERNLIB_QMSUN)||defined(CERNLIB_QMLNX)
20 IAND (IZV,IZW) = AND (IZV, IZW)
21 IOR (IZV,IZW) = OR (IZV, IZW)
22 IEOR (IZV,IZW) = XOR (IZV, IZW)
23#elif defined(CERNLIB_QMDOS)&&defined(CERNLIB_QF2C)
24 IAND(IZV,IZW) = AND(IZV,IZW)
25 IOR(IZV,IZW) = OR(IZV,IZW)
26 IEOR(IZV,IZW) = XOR(IZV,IZW)
27#else
28#endif