THCCGrid.c 223 Bytes
Newer Older
rusty1s's avatar
rusty1s committed
1
2
3
4
5
#include <THC/THC.h>

#include "THCGrid.h"

#define THCCGrid_ TH_CONCAT_3(THCC,Real,Grid)
rusty1s's avatar
rusty1s committed
6
#define THCGrid_ TH_CONCAT_3(TH,CReal,Grid)
rusty1s's avatar
rusty1s committed
7
8
9
10
11

extern THCState *state;

#include "generic/THCCGrid.c"
#include "THCGenerateAllTypes.h"