aboutsummaryrefslogtreecommitdiff
path: root/src/DumpVar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/DumpVar.c')
-rw-r--r--src/DumpVar.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/DumpVar.c b/src/DumpVar.c
index 56a50ef..f06bcb5 100644
--- a/src/DumpVar.c
+++ b/src/DumpVar.c
@@ -268,7 +268,7 @@ static int WriteGS (const cGH *GH, const ioRequest *request, const char *name,
Writes a grid array into a HDF5 file.
@enddesc
- @calls Hyperslab_DefineLocalMappingByIndex
+ @calls Hyperslab_LocalMappingByIndex
Hyperslab_FreeMapping
Hyperslab_Get
WriteData
@@ -330,16 +330,16 @@ static int WriteGA (const cGH *GH, const ioRequest *request, const char *name,
}
}
- mapping = Hyperslab_DefineLocalMappingByIndex (GH, request->vindex,
- request->hdim,
- request->direction,
- request->origin,
- request->extent,
- request->downsample,
- table, NULL,
- request->hsize_chunk,
- request->hsize,
- request->hoffset);
+ mapping = Hyperslab_LocalMappingByIndex (GH, request->vindex,
+ request->hdim,
+ request->direction,
+ request->origin,
+ request->extent,
+ request->downsample,
+ table, NULL,
+ request->hsize_chunk,
+ request->hsize,
+ request->hoffset);
if (table >= 0)
{
Util_TableDestroy (table);