Commit a9209b48 authored by rusty1s's avatar rusty1s
Browse files

bugfixes

parent f9701cc2
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
#include "THCGreedy.h" #include "THCGreedy.h"
#define THCCGreedy_ TH_CONCAT_3(THCC,Real,Greedy) #define THCCGreedy_ TH_CONCAT_3(THCC,Real,Greedy)
#define THCGreedy_ TH_CONCAT_3(THC,CReal,Greedy) #define THCGreedy_ TH_CONCAT_3(TH,CReal,Greedy)
extern THCState *state; extern THCState *state;
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
#include "THCGrid.h" #include "THCGrid.h"
#define THCCGrid_ TH_CONCAT_3(THCC,Real,Grid) #define THCCGrid_ TH_CONCAT_3(THCC,Real,Grid)
#define THCGrid_ TH_CONCAT_3(THC,CReal,Grid) #define THCGrid_ TH_CONCAT_3(TH,CReal,Grid)
extern THCState *state; extern THCState *state;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment