aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authorrideout <rideout@eec4d7dc-71c2-46d6-addf-10296150bf52>2003-02-13 14:04:14 +0000
committerrideout <rideout@eec4d7dc-71c2-46d6-addf-10296150bf52>2003-02-13 14:04:14 +0000
commitfc85b9395591acc4895514d6fdee3983aa9c0d1a (patch)
tree54e119e9602a07384991b7ed82bf9e5bba593f72 /interface.ccl
parent70dca0ad33cddcce3418fe4d35207beb0a5f9076 (diff)
Include faces argument for Boundary_SelectedGVs.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@66 eec4d7dc-71c2-46d6-addf-10296150bf52
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl5
1 files changed, 3 insertions, 2 deletions
diff --git a/interface.ccl b/interface.ccl
index 7519cab..378d123 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -4,10 +4,11 @@
implements: cartoon2d
INCLUDES HEADER: Cartoon2D_tensors.h in Cartoon2D_tensors.h
+INCLUDES HEADER: Cartoon2D.h in Cartoon2D.h
# Function aliases:
-CCTK_INT FUNCTION Boundary_SelectedGVs CCTK_POINTER GH, \
- CCTK_INT array_size, CCTK_POINTER var_indicies, CCTK_POINTER table_handles, \
+CCTK_INT FUNCTION Boundary_SelectedGVs CCTK_POINTER GH, CCTK_INT array_size, \
+ CCTK_POINTER var_indicies, CCTK_POINTER faces, CCTK_POINTER table_handles, \
CCTK_STRING bc_name
USES FUNCTION Boundary_SelectedGVs