#ifndef __OCFD_BOUNDARY_LIFTBODY3D_H #define __OCFD_BOUNDARY_LIFTBODY3D_H #include "parameters.h" #ifdef __cplusplus extern "C"{ #endif void bc_user_Liftbody3d(); void bc_user_Liftbody3d_simple(); void bc_user_Liftbody3d_plus(); #ifdef __cplusplus } #endif #endif