/* * DO NOT MANUALLY UPDATE THIS FILE. * If needed: make cpp_headers * * fortran2c.py - automatic conversion * redver.inc -> redver.h */ #ifndef __REDVER__ #define __REDVER__ #include "types.h" #ifdef __cplusplus extern "C" { #endif // //=== redver ===========================================================* // //----------------------------------------------------------------------* // * // Created on 10 December 1991 by Alfredo Ferrari & Paola Sala * // Infn - Milan * // * // This is the original common redver of Hadrin * // * // Included in the following routines: * // * // CALUMV * // DATESH * // HADRIV * // RCHANV * // BDHDR2 * // IEFUN * // SIGINT * // RCHANW * // * //----------------------------------------------------------------------* // extern struct { double thresh[268]; int irii[17]; int ikii[17]; int ieii[17]; } redver_; #ifdef __cplusplus } #endif #endif