]> git.uio.no Git - u/mrichter/AliRoot.git/blob - ISAJET/isajet/isapw.inc
Removing useless const to avoid warnings on alphacxx6
[u/mrichter/AliRoot.git] / ISAJET / isajet / isapw.inc
1 #ifndef CERNLIB_ISAJET_ISAPW_INC
2 #define CERNLIB_ISAJET_ISAPW_INC
3 *
4 *
5 * isapw.inc
6 *
7 C          ISAPW1 is used to check whether ALDATA is loaded
8       COMMON/ISAPW/ISAPW1
9       CHARACTER*30 ISAPW1
10       SAVE /ISAPW/
11
12 #endif