/* * DO NOT MANUALLY UPDATE THIS FILE. * If needed: make cpp_headers * * fortran2c.py - automatic conversion * comlat.inc -> comlat.h */ #ifndef __COMLAT__ #define __COMLAT__ #include "types.h" #ifdef __cplusplus extern "C" { #endif // //=== Comlat ===========================================================* // //----------------------------------------------------------------------* // * // Copyright (C) 2003-2019: CERN & INFN * // All Rights Reserved. * // * // Include file: comlat (Combinatorial geometry) * // * // Created on 16 December 1993 by Alfredo Ferrari & Paola Sala * // Infn - Milan * // * //----------------------------------------------------------------------* // extern struct { double sb[3]; double ub[3]; double sltchn[2000+1]; long long jrltgg[2000+1]; long long irltgg; long long irlttc; long long irltnw; int nrltgg; } comlat_; const int comlat_sltchn_base = 0; const int comlat_jrltgg_base = 0; #ifdef __cplusplus } #endif #endif