#ifndef __OCFD_BOUNDARY_H #define __OCFD_BOUNDARY_H #include "parameters.h" #ifdef __cplusplus extern "C"{ #endif void OCFD_bc(); #ifdef __cplusplus } #endif #endif