/* * DO NOT MANUALLY UPDATE THIS FILE. * If needed: make cpp_headers * * fortran2c.py - automatic conversion * geodeb.inc -> geodeb.h */ #ifndef __GEODEB__ #define __GEODEB__ #include "types.h" #ifdef __cplusplus extern "C" { #endif // //=== geodeb ===========================================================* // //----------------------------------------------------------------------* // * // Copyright (C) 2003-2019: CERN & INFN * // All Rights Reserved. * // * // GEOmetry DEBugging: * // * // Created on 27 April 1998 by Alfredo Ferrari * // Infn - Milan * // * // Variable description: * // * // Igprfl = >=1 print out the calls to geofar and all other geo- * // metry routines, skipping the first igprfl lines * // Linegm = number of lines already printed * // Ljomes = flag controlling geometry error message printout * // * //----------------------------------------------------------------------* // extern struct { int igprfl; int linegm; int nfromm; logical ljomes; } geodeb_; #ifdef __cplusplus } #endif #endif