mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-24 16:04:40 +08:00
Tweaking the test a little bit
This commit is contained in:
parent
8e3c7febf3
commit
3e2a1cc540
@ -121,7 +121,7 @@ main() {/* create cdf5_test */
|
||||
|
||||
/* assign variable data */
|
||||
{
|
||||
double y3d_data[3] = {0, 255U, -1} ;
|
||||
double y3d_data[3] = {-2, 255, -1} ;
|
||||
size_t y3d_startset[1] = {0} ;
|
||||
size_t y3d_countset[1] = {3};
|
||||
nc_put_vara_double(ncid,y3d_id,y3d_startset,y3d_countset,y3d_data);
|
||||
|
Loading…
Reference in New Issue
Block a user