/* * DO NOT MANUALLY UPDATE THIS FILE. * If needed: make cpp_headers * * fortran2c.py - automatic conversion * ctitle.inc -> ctitle.h */ #ifndef __CTITLE__ #define __CTITLE__ #include "types.h" #ifdef __cplusplus extern "C" { #endif // //=== ctitle ===========================================================* // //----------------------------------------------------------------------* // * // Copyright (C) 2003-2019: CERN & INFN * // All Rights Reserved. * // * // Common Ctitle: it allows the identification of the run * // created by A. Ferrari on 10-feb-1990 * // * // included in: * // fluka (main) * // bdnopt * // detect * // jomin * // usrbin * // * //----------------------------------------------------------------------* // extern struct { char runtit[80]; char runtim[32]; char runkey[10]; char rungeo[60]; char cmdate[40]; } ctitle_; extern struct { int itexpi; int itexmx; int itscmx; int iopout; int ioutun[MXOUTU]; } cexpck_; #ifdef __cplusplus } #endif #endif