#ifndef __OCFD_NS_SOLVER_H #define __OCFD_NS_SOLVER_H #ifdef __cplusplus extern "C"{ #endif void NS_solver_real(); #ifdef __cplusplus } #endif #endif