From 6dc3e5ce283cf5c2c0b94bb7e190bce5a2116e41 Mon Sep 17 00:00:00 2001 From: Martin Schwinzerl Date: Fri, 22 Nov 2019 10:28:50 +0100 Subject: [PATCH] common: adds a stub version of the be_tricub/coefficients.h file --- sixtracklib/common/be_tricub/coefficients.h | 43 +++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 sixtracklib/common/be_tricub/coefficients.h diff --git a/sixtracklib/common/be_tricub/coefficients.h b/sixtracklib/common/be_tricub/coefficients.h new file mode 100644 index 00000000..3281da46 --- /dev/null +++ b/sixtracklib/common/be_tricub/coefficients.h @@ -0,0 +1,43 @@ +#ifndef SIXTRACKLIB_COMMON_BE_TRICUB_COEFFICIENTS_C99_H__ +#define SIXTRACKLIB_COMMON_BE_TRICUB_COEFFICIENTS_C99_H__ + +/* +#if !defined(SIXTRL_NO_SYSTEM_INCLUDES) + #include + #include +#endif */ +/* !defined(SIXTRL_NO_SYSTEM_INCLUDES) */ + +#if !defined(SIXTRL_NO_INCLUDES) + #include "sixtracklib/common/definitions.h" + #include "sixtracklib/common/be_tricub/be_tricub.h" +#endif /* !defined(SIXTRL_NO_INCLUDES) */ + +#if !defined( _GPUCODE ) && defined( __cplusplus ) +extern "C" { +#endif /* !defined( _GPUCODE ) && defined( __cplusplus ) */ + +/* SUGGESTION: Up here only the signatures / declarations */ + +#if !defined( _GPUCODE ) && defined( __cplusplus ) +} +#endif /* !defined( _GPUCODE ) && defined( __cplusplus ) */ + +/* ************************************************************************* */ +/* ************************************************************************* */ + +#if !defined( _GPUCODE ) && defined( __cplusplus ) +extern "C" { +#endif /* !defined( _GPUCODE ) && defined( __cplusplus ) */ + +/* SUGGESTION: Up here the inline declrations + INLINE: SIXTRL_INLINE and SIXTRL_STATIC SIXTRL_FN above + */ + +#if !defined( _GPUCODE ) && defined( __cplusplus ) +} +#endif /* !defined( _GPUCODE ) && defined( __cplusplus ) */ + +#endif /* SIXTRACKLIB_COMMON_BE_TRICUB_COEFFICIENTS_C99_H__ */ + +