OCFD_boundary.h 167 Bytes
Newer Older
ccfd's avatar
ccfd committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef __OCFD_BOUNDARY_H
#define __OCFD_BOUNDARY_H

#include "parameters.h"
#ifdef __cplusplus
extern "C"{
#endif

void OCFD_bc();

#ifdef __cplusplus
}
#endif
#endif