/* * DO NOT MANUALLY UPDATE THIS FILE. * If needed: make cpp_headers * * fortran2c.py - automatic conversion * parem.inc -> parem.h */ #ifndef __PAREM__ #define __PAREM__ #include "types.h" #ifdef __cplusplus extern "C" { #endif // //=== Parem ============================================================* // //----------------------------------------------------------------------* // * // Include file: parem (Combinatorial geometry) * // * // Created on 01 December 1990 by Alfredo Ferrari & Paola Sala * // Infn - Milan * // * //----------------------------------------------------------------------* // extern struct { double xb[3]; double wb[3]; double wp[3]; double xp[3]; double rin; double rout; double pinf; double pinfmn; double dist; int ir; int irp; int idbg; int irnext; int nasc; int lsurf; int nbo; int mbo; int lri; int lro; int kloop; int kmloop; int loop; int itype; int n0a; } parem_; #ifdef __cplusplus } #endif #endif