Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torch-cluster
Commits
a9209b48
Commit
a9209b48
authored
Mar 30, 2018
by
rusty1s
Browse files
bugfixes
parent
f9701cc2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
aten/THCC/THCCGreedy.c
aten/THCC/THCCGreedy.c
+1
-1
aten/THCC/THCCGrid.c
aten/THCC/THCCGrid.c
+1
-1
No files found.
aten/THCC/THCCGreedy.c
View file @
a9209b48
...
@@ -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(TH
C
,CReal,Greedy)
#define THCGreedy_ TH_CONCAT_3(TH,CReal,Greedy)
extern
THCState
*
state
;
extern
THCState
*
state
;
...
...
aten/THCC/THCCGrid.c
View file @
a9209b48
...
@@ -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(TH
C
,CReal,Grid)
#define THCGrid_ TH_CONCAT_3(TH,CReal,Grid)
extern
THCState
*
state
;
extern
THCState
*
state
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment