aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl9
1 files changed, 7 insertions, 2 deletions
diff --git a/interface.ccl b/interface.ccl
index 57f6416..234262d 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -5,12 +5,17 @@ IMPLEMENTS: NewRad
USES INCLUDE HEADER: GenericFD.h
CCTK_INT FUNCTION \
+ ExtrapolateGammas \
+ (CCTK_POINTER_TO_CONST IN cctkGH, \
+ CCTK_REAL ARRAY INOUT var)
+PROVIDES FUNCTION ExtrapolateGammas WITH ExtrapolateGammas1 LANGUAGE C
+
+CCTK_INT FUNCTION \
NewRad_Apply \
(CCTK_POINTER_TO_CONST IN cctkGH, \
CCTK_REAL ARRAY IN var, \
CCTK_REAL ARRAY INOUT rhs, \
CCTK_REAL IN var0, \
CCTK_REAL IN v0, \
- CCTK_REAL IN radpower, \
- CCTK_INT IN width)
+ CCTK_INT IN radpower)
PROVIDES FUNCTION NewRad_Apply WITH NewRad_Apply1 LANGUAGE C