aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl4
1 files changed, 4 insertions, 0 deletions
diff --git a/interface.ccl b/interface.ccl
index f12606b..ccafdbb 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -215,6 +215,10 @@ CCTK_INT FUNCTION GetRefinementLevel \
(CCTK_POINTER_TO_CONST IN cctkGH)
USES FUNCTION GetRefinementLevel
+CCTK_INT FUNCTION Device_GetDevice \
+ (CCTK_POINTER_TO_CONST IN cctkGH)
+USES FUNCTION Device_GetDevice
+
# Computes:
# var = scale * var + \sum_i^nsrcs facts[i] * scrcs[i][tls[i]]
CCTK_INT FUNCTION LinearCombination \