/usr/include/isajet758/wwpar.inc is in libisajet758-3-dev 20061220+dfsg3-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | #ifndef CERNLIB_ISAJET_WWPAR_INC
#define CERNLIB_ISAJET_WWPAR_INC
*
*
* wwpar.inc
*
COMMON/WWPAR/SWW,TWW,UWW,WM2,ZM2,P1WW(5),P2WW(5),P3WW(5),P4WW(5)
$,PZERO(4,4),S13,P3(5),Q1(5),Q3(5),JQWW(2)
$,CQ,CV,CA,CV1,CA1,CV3,CA3,CS,CT,CU
SAVE /WWPAR/
#if defined(CERNLIB_DOUBLE)
#include <isajet/wwpar2.inc>
* Ignoring t=pass
#endif
#if defined(CERNLIB_SINGLE)
#include <isajet/wwpar1.inc>
* Ignoring t=pass
#endif
INTEGER JQWW
#endif
|