aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authorrideout <rideout@eec4d7dc-71c2-46d6-addf-10296150bf52>2003-05-02 21:42:54 +0000
committerrideout <rideout@eec4d7dc-71c2-46d6-addf-10296150bf52>2003-05-02 21:42:54 +0000
commit79de0586d9aa439d09dafefdf946646c8acfe960 (patch)
tree40fdba3318206172ef69b1eb2626c0909c4731f2 /interface.ccl
parent96f80cdbcd0430545e9a0879c358e2956eaffe09 (diff)
Support for new aliased function specification format.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@68 eec4d7dc-71c2-46d6-addf-10296150bf52
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl6
1 files changed, 3 insertions, 3 deletions
diff --git a/interface.ccl b/interface.ccl
index b8be4c1..634afed 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -8,7 +8,7 @@ INCLUDES HEADER: Cartoon2D.h in Cartoon2D.h
# Function aliases:
-CCTK_INT FUNCTION Boundary_SelectedGVs(CCTK_POINTER GH, \
- CCTK_INT array_size, CCTK_INT:ARRAY var_indicies, CCTK_INT:ARRAY faces, \
- CCTK_INT:ARRAY table_handles, CCTK_STRING bc_name)
+CCTK_INT FUNCTION Boundary_SelectedGVs(CCTK_POINTER IN GH, \
+ CCTK_INT IN array_size, CCTK_INT OUT var_indicies, CCTK_INT OUT faces, \
+ CCTK_INT OUT table_handles, CCTK_STRING IN bc_name)
USES FUNCTION Boundary_SelectedGVs