aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authordiener <diener@f69c4107-0314-4c4f-9ad4-17e986b73f4a>2005-02-25 17:58:31 +0000
committerdiener <diener@f69c4107-0314-4c4f-9ad4-17e986b73f4a>2005-02-25 17:58:31 +0000
commite7afd87b652aa32e05ef5b1db130bee66ea83283 (patch)
tree65c439203317c075da0b02cb747709fbaa30d4db /interface.ccl
parent7e53643c954c31a40c787d7a1f7f22cbb3964863 (diff)
Added a table handle to the derivative interface.
git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/SummationByParts/trunk@27 f69c4107-0314-4c4f-9ad4-17e986b73f4a
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, \