From 460006cb237e3df30d640def916a4a4d930ea999 Mon Sep 17 00:00:00 2001 From: tradke Date: Wed, 6 Nov 2002 19:37:00 +0000 Subject: Use the "Hyperslab_*" function aliases. You must also update CactusPUGH/PUGHSlab now. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@45 38c3d835-c875-442e-b0fe-21c19ce1d001 --- interface.ccl | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/interface.ccl b/interface.ccl index 12dca79..d7b88ce 100644 --- a/interface.ccl +++ b/interface.ccl @@ -4,4 +4,27 @@ implements: IOPanda inherits: IO Hyperslab FlexIO -USES INCLUDE HEADER: Hyperslab.h +CCTK_INT FUNCTION Hyperslab_Get const CCTK_POINTER cctkGH, \ + CCTK_INT mapping_handle, \ + CCTK_INT proc, \ + CCTK_INT vindex, \ + CCTK_INT timelevel, \ + CCTK_INT hdatatype, \ + CCTK_POINTER hdata +CCTK_INT FUNCTION Hyperslab_DefineLocalMappingByIndex 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_local, \ + CCTK_INT *hsize_global, \ + CCTK_INT *hoffset_global +CCTK_INT FUNCTION Hyperslab_FreeMapping CCTK_INT mapping_handle + +USES FUNCTION Hyperslab_Get +USES FUNCTION Hyperslab_DefineLocalMappingByIndex +USES FUNCTION Hyperslab_FreeMapping -- cgit v1.2.3