aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrideout <rideout@eff87b29-5268-4891-90a3-a07138403961>2003-05-02 22:08:26 +0000
committerrideout <rideout@eff87b29-5268-4891-90a3-a07138403961>2003-05-02 22:08:26 +0000
commit19fb7019b702ac16edd2f1f101663898e6e147f0 (patch)
tree1889431a26ed976382bfa0761b31634e14b078b4
parent9d3e49b359b4908041f1739207143f2e3358a27e (diff)
Support for new aliased function specification format.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@84 eff87b29-5268-4891-90a3-a07138403961
-rw-r--r--interface.ccl36
1 files changed, 18 insertions, 18 deletions
diff --git a/interface.ccl b/interface.ccl
index 2d94acc..5894275 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -9,28 +9,28 @@ USES INCLUDE HEADER: jpeglib.h
CCTK_INT FUNCTION \
- Hyperslab_Get (CCTK_POINTER cctkGH, \
- CCTK_INT mapping_handle, \
- CCTK_INT proc, \
- CCTK_INT vindex, \
- CCTK_INT timelevel, \
- CCTK_INT hdatatype, \
- CCTK_POINTER hdata)
+ Hyperslab_Get (CCTK_POINTER IN cctkGH, \
+ CCTK_INT IN mapping_handle, \
+ CCTK_INT IN proc, \
+ CCTK_INT IN vindex, \
+ CCTK_INT IN timelevel, \
+ CCTK_INT IN hdatatype, \
+ CCTK_POINTER IN hdata)
CCTK_INT FUNCTION \
- Hyperslab_DefineGlobalMappingByIndex (CCTK_POINTER cctkGH, \
- CCTK_INT vindex, \
- CCTK_INT hdim, \
- CCTK_INT:ARRAY direction, \
- CCTK_INT:ARRAY origin, \
- CCTK_INT:ARRAY extent, \
- CCTK_INT:ARRAY downsample, \
- CCTK_INT table_handle, \
+ Hyperslab_DefineGlobalMappingByIndex (CCTK_POINTER IN cctkGH, \
+ CCTK_INT IN vindex, \
+ CCTK_INT IN hdim, \
+ CCTK_INT OUT direction, \
+ CCTK_INT OUT origin, \
+ CCTK_INT OUT extent, \
+ CCTK_INT OUT downsample, \
+ CCTK_INT IN table_handle, \
CCTK_INT CCTK_FPOINTER \
- conversion_fn (CCTK_INT nelems, CCTK_INT stride, CCTK_INT from_type, CCTK_INT to_type, CCTK_POINTER:ARRAY from, CCTK_POINTER:ARRAY to), \
- CCTK_INT:ARRAY hsize)
+ conversion_fn (CCTK_INT IN nelems, CCTK_INT IN stride, CCTK_INT IN from_type, CCTK_INT IN to_type, CCTK_POINTER OUT from, CCTK_POINTER OUT to), \
+ CCTK_INT OUT hsize)
-CCTK_INT FUNCTION Hyperslab_FreeMapping (CCTK_INT mapping_handle)
+CCTK_INT FUNCTION Hyperslab_FreeMapping (CCTK_INT IN mapping_handle)
USES FUNCTION Hyperslab_Get