/* * DO NOT MANUALLY UPDATE THIS FILE. * If needed: make cpp_headers * * fortran2c.py - automatic conversion * kawixs.inc -> kawixs.h */ #ifndef __KAWIXS__ #define __KAWIXS__ #include "types.h" #ifdef __cplusplus extern "C" { #endif // * //=== kawixs ===========================================================* // * //----------------------------------------------------------------------* // * // Copyright (C) 2003-2019: CERN & INFN * // All Rights Reserved. * // * // KArol (_R) & WIlcke (_CF) XSections by Francesco Cerutti, CERN/EN* // * // included in : * // sgpbme * // sigmrn * // dsirdb * // dsrdbm * // fnctf1 * // fnctf2 * // minima * // buffal * // gbrecf * // * // Apnapn = * // Atnatn = * // Chichi = * // * // Arparp = * // Artart = * // Zprztg = * // Ecmecm = * // * // Cofucs = * // * // Rxsrxs = deuteron reaction cross section * // * //----------------------------------------------------------------------* // * extern struct { double apnapn; double atnatn; double chichi; double arparp; double artart; double zprztg; double ecmecm; double cofucs; double rxsrxs; } kawixs_; #ifdef __cplusplus } #endif #endif