mirror of
https://github.com/Unidata/netcdf-cxx4.git
synced 2024-11-21 03:13:46 +08:00
Fixed bug in test of compound type fill value
This commit is contained in:
parent
a770fb3509
commit
f1d7123f5a
@ -416,7 +416,7 @@ try
|
||||
dummyStruct2[0].mem3[1]=-6;
|
||||
dummyStruct2[0].mem3[2]=20;
|
||||
|
||||
var_3.setFill(true,&dummyFill);
|
||||
var_3.setFill(true,dummyFill);
|
||||
|
||||
vector<size_t> index(1);index[0]=1;
|
||||
//var_3.putVar(&dummyStruct2);
|
||||
|
Loading…
Reference in New Issue
Block a user