/* * DO NOT MANUALLY UPDATE THIS FILE. * If needed: make cpp_headers * * fortran2c.py - automatic conversion * orgi.inc -> orgi.h */ #ifndef __ORGI__ #define __ORGI__ #include "types.h" #ifdef __cplusplus extern "C" { #endif // //=== Orgi =============================================================* // //----------------------------------------------------------------------* // * // Include file: Orgi (Combinatorial geometry) * // * // Created on 01 December 1990 by Alfredo Ferrari & Paola Sala * // Infn - Milan * // * //======================================================================* // Dist0 is the requested step starting from Xb along Wb (if this call * // is the continuation of a previous one Dist0 is the sum of the * // previous steps = Dist and the requested one), Markg = 0 means that * // a boundary crossing (region change) has been met during the current * // call, Markg = 1 means that the requested step lies inside the * // current region * //======================================================================* // * //======================================================================* // extern struct { double dist0; int markg; int nmedg; } orgi_; #ifdef __cplusplus } #endif #endif