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 a9f203d..02614a6 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -26,7 +26,8 @@ SUBROUTINE Diff_up_gv ( CCTK_POINTER_TO_CONST IN cctkGH, \
PROVIDES FUNCTION Diff_up_gv WITH DiffUpGv LANGUAGE C
SUBROUTINE Diff2_gv ( CCTK_POINTER_TO_CONST IN cctkGH, \
- CCTK_INT IN dir, \
+ CCTK_INT IN dir1, \
+ CCTK_INT IN dir2, \
CCTK_REAL IN ARRAY var, \
CCTK_REAL OUT ARRAY dvar, \
CCTK_INT IN table_handle )