From f349091ca4d1a33203d4fa6c0e3a97ae254e65e8 Mon Sep 17 00:00:00 2001 From: tradke Date: Mon, 1 Sep 2003 10:54:34 +0000 Subject: Fixed prototype for the hyperslab conversion function parameter to Hyperslab_DefineGlobalMappingByIndex() / Hyperslab_DefineLocalMappingByIndex(). git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5Util/trunk@95 7842ec3a-9562-4be5-9c5b-06ba18f2b668 --- interface.ccl | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/interface.ccl b/interface.ccl index 80666a2..c305075 100644 --- a/interface.ccl +++ b/interface.ccl @@ -24,11 +24,12 @@ CCTK_INT FUNCTION \ CCTK_INT IN table_handle, \ CCTK_INT CCTK_FPOINTER \ conversion_fn (CCTK_INT IN nelems, \ - CCTK_INT IN stride, \ - CCTK_INT IN from_type, \ - CCTK_INT IN to_type, \ - CCTK_POINTER IN from, \ - CCTK_POINTER OUT to), \ + CCTK_INT IN src_stride,\ + CCTK_INT IN dst_stride,\ + CCTK_INT IN src_type, \ + CCTK_INT IN dst_type, \ + CCTK_POINTER IN src, \ + CCTK_POINTER OUT dst), \ CCTK_INT ARRAY OUT hsize_local, \ CCTK_INT ARRAY OUT hsize_global, \ CCTK_INT ARRAY OUT hoffset_global) -- cgit v1.2.3