"small_benchmark/conf/dataset/amazon-computers.yaml" did not exist on "a4f271f7ffc80c20c066b5a1c8c30343140dd273"
OCFD_NS_Solver.h 153 Bytes
Newer Older
ccfd's avatar
ccfd committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef __OCFD_NS_SOLVER_H
#define __OCFD_NS_SOLVER_H


#ifdef __cplusplus
extern "C"{
#endif

void NS_solver_real();

#ifdef __cplusplus
}
#endif
#endif