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__ */ + +