/* * DO NOT MANUALLY UPDATE THIS FILE. * If needed: make cpp_headers * * fortran2c.py - automatic conversion * lbremr.inc -> lbremr.h */ #ifndef __LBREMR__ #define __LBREMR__ #include "types.h" #ifdef __cplusplus extern "C" { #endif // //=== Lbremr ===========================================================* // //----------------------------------------------------------------------* // * // Copyright (C) 2003-2019: CERN & INFN * // All Rights Reserved. * // * //----------------------------------------------------------------------* // extern struct { double e; double eker0; double bet0sq; double sigave; double eker1; double eker2; double betasq[2]; double weight[2]; double sigtot[2]; double sigpa0[2]; double eta0[2]; double rhet0[2]; double cfet0[2]; double xsi0[2]; double alpha0[2]; double bbeta0[2]; int i0memo; int i1memo; int i2memo; int j0memo; int j1memo; int j2memo; int iktild; logical lzzero; } lbremr_; #ifdef __cplusplus } #endif #endif