aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authortradke <tradke@3af55ef0-e5e4-43b4-b020-ca5761ff09b2>2004-08-26 10:23:44 +0000
committertradke <tradke@3af55ef0-e5e4-43b4-b020-ca5761ff09b2>2004-08-26 10:23:44 +0000
commit2837c74e58aaa313073b0baaa24a6af491018d7a (patch)
tree44ec56a032688ea080991cf3c6d54db0996a8062 /interface.ccl
parentbb0e27c8810df417fe4d4d96ed696f22a0ab46dd (diff)
Don't get hyperslabs from coordinate grid variables.
Get the bounding box information directly from coordinate tables. This should fix wrong bboxes in the output. git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOSDF/trunk@5 3af55ef0-e5e4-43b4-b020-ca5761ff09b2
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl16
1 files changed, 7 insertions, 9 deletions
diff --git a/interface.ccl b/interface.ccl
index 2c84453..7f0609b 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -5,15 +5,13 @@ implements: IOSDF
inherits: IO
CCTK_INT FUNCTION \
- Hyperslab_GetList (CCTK_POINTER_TO_CONST IN cctkGH, \
- CCTK_INT IN mapping_handle, \
- CCTK_INT IN num_arrays, \
- CCTK_INT ARRAY IN procs, \
- CCTK_INT ARRAY IN vindices, \
- CCTK_INT ARRAY IN timelevels, \
- CCTK_INT ARRAY IN hdatatypes, \
- CCTK_POINTER ARRAY IN hdata, \
- CCTK_INT ARRAY OUT retvals)
+ Hyperslab_Get (CCTK_POINTER_TO_CONST 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_GlobalMappingByIndex (CCTK_POINTER_TO_CONST IN cctkGH, \