]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MINICERN/packlib/kernlib/kerngen/kerngen/iall1s.inc
Bugfix in AliPoints2Memory
[u/mrichter/AliRoot.git] / MINICERN / packlib / kernlib / kerngen / kerngen / iall1s.inc
1 C    set a word of all ones
2 #if defined(CERNLIB_QMDOS) && !defined(CERNLIB_QFMSOFT)
3       PARAMETER   (IALL11 = NOT(0))
4 #else
5       PARAMETER   (IALL11 = -1)
6 #endif