commit | a2ef5782d07ce12fa4df6c943e14b920da45663c | [log] [tgz] |
---|---|---|
author | Soumith Chintala <soumith@gmail.com> | Fri Dec 16 17:20:57 2016 -0500 |
committer | GitHub <noreply@github.com> | Fri Dec 16 17:20:57 2016 -0500 |
tree | 5ecd91ebdef8a917359eb38b12ec9c4c27473e4b | |
parent | 0c1c0e21b8c90545bfc451589c9ebec774361b6e [diff] |
Revert "Bugfix of type in THCTensor macro."
diff --git a/THCTensor.h b/THCTensor.h index 16eb047..e2521b1 100644 --- a/THCTensor.h +++ b/THCTensor.h
@@ -5,8 +5,8 @@ #include "THCStorage.h" #include "THCGeneral.h" -#define THCTensor TH_CONCAT_3(THC,Real,Tensor) -#define THCTensor_(NAME) TH_CONCAT_4(THC,Real,Tensor_,NAME) +#define THCTensor TH_CONCAT_3(TH,CReal,Tensor) +#define THCTensor_(NAME) TH_CONCAT_4(TH,CReal,Tensor_,NAME) #define THC_DESC_BUFF_LEN 64