WARPXM v1.10.0
Loading...
Searching...
No Matches
wmoclunstructuredreconstruction.h
Go to the documentation of this file.
1#ifndef __wmoclunstructuredreconstruction__h__
2#define __wmoclunstructuredreconstruction__h__
3
4// For this to work we require all functions in '.cl' files be 'inline'
5// As far as I know OpenCL ignores inline... or assumes it
6
7#define real float
9#undef real
10#undef __reconstructionFunctions__
11#define real double
13#undef real
14
15#endif //__wmoclunstructuredreconstruction__h__