Openholo  v2.1
Open Source Digital Holographic Library
AngularC_data.h
Go to the documentation of this file.
1 //
2 // AngularC_data.h
3 //
4 // Code generation for function 'AngularC_data'
5 //
6 
7 
8 #ifndef ANGULARC_DATA_H
9 #define ANGULARC_DATA_H
10 
11 // Include files
12 #include <cstddef>
13 #include <cstdlib>
14 #include "rtwtypes.h"
15 #include "omp.h"
16 #include "AngularC_types.h"
17 
18 // Variable Declarations
19 extern omp_nest_lock_t emlrtNestLockGlobal;
20 
21 #define MAX_THREADS omp_get_max_threads()
22 #endif
23 
24 // End of code generation (AngularC_data.h)
omp_nest_lock_t emlrtNestLockGlobal