]> git.uio.no Git - u/mrichter/AliRoot.git/blame - ISAJET/isajet/sstmp.inc
Allowing coding conventions to be checked
[u/mrichter/AliRoot.git] / ISAJET / isajet / sstmp.inc
CommitLineData
0795afa3 1#ifndef CERNLIB_ISAJET_SSTMP_INC
2#define CERNLIB_ISAJET_SSTMP_INC
3*
4*
5* sstmp.inc
6*
7C Temporary parameters for functions
8 COMMON/SSTMP/TMP(10),ITMP(10)
9 REAL TMP
10 INTEGER ITMP
11 SAVE /SSTMP/
12
13#endif