/* * DO NOT MANUALLY UPDATE THIS FILE. * If needed: make cpp_headers * * fortran2c.py - automatic conversion * brmrsl.inc -> brmrsl.h */ #ifndef __BRMRSL__ #define __BRMRSL__ #include "types.h" #ifdef __cplusplus extern "C" { #endif // //=== Brmrsl ===========================================================* // //----------------------------------------------------------------------* // * // Copyright (C) 2003-2019: CERN & INFN * // All Rights Reserved. * // * //----------------------------------------------------------------------* // const int MXBR = 13000; extern struct { double sigbrm[MXBR]; double brrbrm[MXBR]; double expbrm[MXBR]; int ibrmls; } brmrsl_; #ifdef __cplusplus } #endif #endif