THCGrid.c 166 Bytes
Newer Older
rusty1s's avatar
rusty1s committed
1
2
3
4
5
6
7
8
#include <THC/THC.h>

#define THCGrid_(NAME) TH_CONCAT_4(TH,CReal,Grid_,NAME)

extern THCState *state;

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