From ac35fd229db5c6b5b6bfdb20e75ad640e55b2219 Mon Sep 17 00:00:00 2001 From: tradke Date: Wed, 6 Nov 2002 19:38:28 +0000 Subject: Use the "Hyperslab_*" function aliases. You must also update CactusPUGH/PUGHSlab now. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@137 94b1c47f-dcfd-45ef-a468-0854c0e9e350 --- interface.ccl | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) (limited to 'interface.ccl') diff --git a/interface.ccl b/interface.ccl index 061cb1c..1354eb3 100644 --- a/interface.ccl +++ b/interface.ccl @@ -2,6 +2,29 @@ # $Header$ implements: IOASCII -inherits: IO, hyperslab +inherits: IO, Hyperslab -USES INCLUDE HEADER: Hyperslab.h \ No newline at end of file +CCTK_INT FUNCTION Hyperslab_GetList const CCTK_POINTER cctkGH, \ + CCTK_INT mapping_handle, \ + CCTK_INT num_arrays, \ + const CCTK_INT *procs, \ + const CCTK_INT *vindices, \ + const CCTK_INT *timelevels, \ + const CCTK_INT *hdatatypes, \ + CCTK_POINTER const *hdata, \ + CCTK_INT *retvals +CCTK_INT FUNCTION Hyperslab_DefineGlobalMappingByIndex const CCTK_POINTER cctkGH, \ + CCTK_INT vindex, \ + CCTK_INT hdim, \ + const CCTK_INT *direction, \ + const CCTK_INT *origin, \ + const CCTK_INT *extent, \ + const CCTK_INT *downsample, \ + CCTK_INT table_handle, \ + CCTK_FPOINTER conversion_fn, \ + CCTK_INT *hsize +CCTK_INT FUNCTION Hyperslab_FreeMapping CCTK_INT mapping_handle + +USES FUNCTION Hyperslab_GetList +USES FUNCTION Hyperslab_DefineGlobalMappingByIndex +USES FUNCTION Hyperslab_FreeMapping -- cgit v1.2.3