/* * DO NOT MANUALLY UPDATE THIS FILE. * If needed: make cpp_headers * * fortran2c.py - automatic conversion * gltloc.inc -> gltloc.h */ #ifndef __GLTLOC__ #define __GLTLOC__ #include "types.h" #ifdef __cplusplus extern "C" { #endif // //=== Gltloc ===========================================================* // //----------------------------------------------------------------------* // * // Copyright (C) 2003-2019: CERN & INFN * // All Rights Reserved. * // * // Include file: gltloc (Combinatorial geometry) * // * // Created on 16 December 1993 by Alfredo Ferrari & Paola Sala * // Infn - Milan * // * //----------------------------------------------------------------------* // extern struct { int klat; int nltcll; int kltcl0; int kljump; } gltloc_; #ifdef __cplusplus } #endif #endif