THCGrid.h 201 Bytes
Newer Older
rusty1s's avatar
rusty1s committed
1
2
3
4
5
6
7
8
9
10
11
#ifndef THC_GRID_INC
#define THC_GRID_INC

#include <THC/THC.h>

#define THCGrid_ TH_CONCAT_3(TH,CReal,Grid)

#include "generic/THCGrid.h"
#include "THC/THCGenerateAllTypes.h"

#endif  // THC_GRID_INC