/* * DO NOT MANUALLY UPDATE THIS FILE. * If needed: make cpp_headers * * fortran2c.py - automatic conversion * reac.inc -> reac.h */ #ifndef __REAC__ #define __REAC__ #include "types.h" #ifdef __cplusplus extern "C" { #endif // //=== reac =============================================================* // //----------------------------------------------------------------------* // * // Created on 10 December 1991 by Alfredo Ferrari & Paola Sala * // Infn - Milan * // * // This is the original common reac of Hadrin * // * // Included in the following routines: * // * // CALUMV * // DATESH * // HADRIV * // RCHANV * // BDHDR1 * // IEFUN * // SIGINT * // RCHANW * // * //----------------------------------------------------------------------* // extern struct { double umo[296]; double plabf[296]; double siin[296]; double wk[5184]; int nrk[268][2]; int nure[2][30]; } reac_; #ifdef __cplusplus } #endif #endif