THCGrid.h 302 Bytes
Newer Older
rusty1s's avatar
rusty1s committed
1
2
3
4
5
6
7
#ifndef THC_GRID_INC
#define THC_GRID_INC

#include <THC/THC.h>

#define THCGrid_ TH_CONCAT_3(TH,CReal,Grid)

rusty1s's avatar
rusty1s committed
8
9
10
11
#ifdef __cplusplus
extern "C" {
#endif  // __cplusplus

rusty1s's avatar
rusty1s committed
12
13
14
#include "generic/THCGrid.h"
#include "THC/THCGenerateAllTypes.h"

rusty1s's avatar
rusty1s committed
15
16
17
18
#ifdef __cplusplus
}
#endif  // __cplusplus

rusty1s's avatar
rusty1s committed
19
#endif  // THC_GRID_INC