aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl3
1 files changed, 2 insertions, 1 deletions
diff --git a/interface.ccl b/interface.ccl
index e3c2d98..007620b 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -13,7 +13,8 @@ PROVIDES FUNCTION Diff_gf WITH DiffGf LANGUAGE C
SUBROUTINE Diff_gv ( CCTK_POINTER_TO_CONST IN cctkGH, \
CCTK_INT IN dir, \
CCTK_REAL IN ARRAY var, \
- CCTK_REAL OUT ARRAY dvar )
+ CCTK_REAL OUT ARRAY dvar, \
+ CCTK_INT IN table_handle )
PROVIDES FUNCTION Diff_gv WITH DiffGv LANGUAGE C
SUBROUTINE Diff_coeff ( CCTK_POINTER_TO_CONST IN cctkGH, \