aboutsummaryrefslogtreecommitdiff
path: root/src/Output.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Output.c')
-rw-r--r--src/Output.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/Output.c b/src/Output.c
index 90a0b8a..4b5e4db 100644
--- a/src/Output.c
+++ b/src/Output.c
@@ -421,16 +421,16 @@ static int DumpVar (const cGH *GH, const ioRequest *request, const char *alias)
}
/* define the hyperslab mapping */
- mapping = Hyperslab_DefineLocalMappingByIndex (GH, request->vindex,
- request->hdim,
- request->direction,
- request->origin,
- request->extent,
- request->downsample,
- -1, NULL,
- request->hsize_chunk,
- request->hsize,
- request->hoffset);
+ mapping = Hyperslab_LocalMappingByIndex (GH, request->vindex,
+ request->hdim,
+ request->direction,
+ request->origin,
+ request->extent,
+ request->downsample,
+ -1, NULL,
+ request->hsize_chunk,
+ request->hsize,
+ request->hoffset);
if (mapping < 0)
{
fullname = CCTK_FullName (request->vindex);