/* * DO NOT MANUALLY UPDATE THIS FILE. * If needed: make cpp_headers * * fortran2c.py - automatic conversion * hbmp96.inc -> hbmp96.h */ #ifndef __HBMP96__ #define __HBMP96__ #include "types.h" #ifdef __cplusplus extern "C" { #endif // //=== Hbmp96 ===========================================================* // //----------------------------------------------------------------------* // * // Copyright (C) 2003-2019: CERN & INFN * // All Rights Reserved. * // * // Created on 24 January 2001 by Giuseppe Battistoni * // Infn - Milan * // * //----------------------------------------------------------------------* // extern struct { float dgsm[92][49]; } hbmp96_; #ifdef __cplusplus } #endif #endif