/* * DO NOT MANUALLY UPDATE THIS FILE. * If needed: make cpp_headers * * fortran2c.py - automatic conversion * caslim.inc -> caslim.h */ #ifndef __CASLIM__ #define __CASLIM__ #include "types.h" #ifdef __cplusplus extern "C" { #endif // //=== caslim ===========================================================* // //----------------------------------------------------------------------* // * // New version of Caslim for Fluka89-20xy * // * // Created on 20 September 1989 by Alfredo Ferrari & Paola Sala * // Infn - Milan * // * // /caslim/ is needed to decide when to stop the run * // Trnlim = if cpu-time-left 1,000,000,000 * // Lpseed = if .true. seeds will be printed for any history * // Levtdt = if .true. a few data will be printed at each history * // Lcrrfl = if .true. rfluka.stop must be created and the run * // stopped * // * //----------------------------------------------------------------------* // extern struct { double trnlim; double tpmean; double tprmax; double trntot; int mcases; int ncases; int ncase; int mcase; int nsouit; int ncoinc; int mcoinc; logical lpseed; logical levtdt; logical lcrrfl; } caslim_; #ifdef __cplusplus } #endif #endif