/usr/include/geant321/trcom3.inc is in libgeant321-2-dev 1:3.21.14.dfsg-11.
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 22 23 24 25 26 27 28 29 30 31 32 | *
* $Id: trcom3.inc,v 1.2 1996/07/25 15:01:26 ravndal Exp $
*
* $Log: trcom3.inc,v $
* Revision 1.2 1996/07/25 15:01:26 ravndal
* CMZ to CVS conversion artefact removed
*
* Revision 1.1 1996/03/06 15:32:35 mclareni
* Add geane321 includes
*
*
#ifndef CERNLIB_ERPRCDES_TRCOM3_INC
#define CERNLIB_ERPRCDES_TRCOM3_INC
*
* Sequences of the EMC routines
*
* trcom3.inc
*
DOUBLE PRECISION A, B, S, TN, T, COSL, SINL, COSP, SINP, COSL1
INTEGER NEW
COMMON /TRCOM3/ A(5,5), B(5,5), S(15),
+ TN(3), T(5), COSL, SINL, COSP, SINP, COSL1, NEW
*
* trcom3.inc
*
#if defined(CERNLIB_INCLUDE)
#include <geant321/incbeg.inc>
+ TRCOM3
#include <geant321/incend.inc>
#endif
#endif
|