/* * DO NOT MANUALLY UPDATE THIS FILE. * If needed: make cpp_headers * * fortran2c.py - automatic conversion * prncde.inc -> prncde.h */ #ifndef __PRNCDE__ #define __PRNCDE__ #include "types.h" #ifdef __cplusplus extern "C" { #endif // //=== Prncde ===========================================================* // // //----------------------------------------------------------------------* // * // Copyright (C) 2012-2019: CERN & INFN * // All Rights Reserved. * // * // PaRNuC for DEuterons * // * // Created on 08 June 2012 by Alfredo Ferrari * // CERN * // * //----------------------------------------------------------------------* // extern struct { double enncde[3]; double pnclde[3]; double ekfncd[3]; double xstncd[3]; double ystncd[3]; double zstncd[3]; double pxncld[3]; double pyncld[3]; double pzncld[3]; double rstncd[3]; double frepde[3]; double crpnde[3]; double crppde[3]; double bstncd[3]; double agencd[3]; double taufpd[3]; double xstnnc[2]; double ystnnc[2]; double zstnnc[2]; double pxnnnc[2]; double pynnnc[2]; double pznnnc[2]; double ekwnnc[2]; double eksnnc[2]; double ppsnnc[2]; double uprncl[2][3]; double uxrncl[2][3]; double dxrncl[2]; double rhncld[2][3]; double bnddex; int ilncde[2][3]; int kpncld[3]; int isfncd[3]; int krfncd[3]; int kionpd[3]; int krsncd[3]; int isfnnc[2]; int kpdpro; int kpdneu; int kpddeu; logical latfde[3]; } prncde_; #ifdef __cplusplus } #endif #endif