From b35de0ee253adff8cd69f9cc12de579e519b304e Mon Sep 17 00:00:00 2001 From: tradke Date: Mon, 1 Sep 2003 10:54:11 +0000 Subject: Fixed prototype for the hyperslab conversion function parameter to Hyperslab_DefineGlobalMappingByIndex() / Hyperslab_DefineLocalMappingByIndex(). git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@149 94b1c47f-dcfd-45ef-a468-0854c0e9e350 --- interface.ccl | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'interface.ccl') diff --git a/interface.ccl b/interface.ccl index b885d9c..0fb39fc 100644 --- a/interface.ccl +++ b/interface.ccl @@ -26,12 +26,13 @@ CCTK_INT FUNCTION \ CCTK_INT ARRAY IN downsample, \ 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), \ + conversion_fn (CCTK_INT IN nelems, \ + 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) CCTK_INT FUNCTION Hyperslab_FreeMapping (CCTK_INT IN mapping_handle) -- cgit v1.2.3