mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-04-06 18:00:24 +08:00
using get_vars but not put_vars
This commit is contained in:
parent
12cf3254dc
commit
77ab979c5f
@ -1706,8 +1706,8 @@ NC4_get_vara(int ncid, int varid, const size_t *startp,
|
||||
return NC_EBADID;
|
||||
|
||||
/* Get the data. */
|
||||
return nc4_get_vara(nc, ncid, varid, startp, countp, memtype,
|
||||
0, (void *)ip);
|
||||
return nc4_get_vars(nc, ncid, varid, startp, countp, NULL, memtype,
|
||||
(void *)ip);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user