From e7afd87b652aa32e05ef5b1db130bee66ea83283 Mon Sep 17 00:00:00 2001 From: diener Date: Fri, 25 Feb 2005 17:58:31 +0000 Subject: 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 --- interface.ccl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'interface.ccl') 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, \ -- cgit v1.2.3