mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-27 07:30:33 +08:00
c5fe913d54
It appears the problem is that synth9 was erroneously included in testing. It involves a nested sequence which is not translatable. Not sure why it was still there, but fix is to suppress the test.
12 lines
225 B
Plaintext
12 lines
225 B
Plaintext
Dataset {
|
|
Grid {
|
|
Array:
|
|
Float32 temp[lat=2][long=2];
|
|
Maps:
|
|
Int32 lat[lat=2];
|
|
Int32 long[long=2];
|
|
} G1;
|
|
Int32 lat[lat=2];
|
|
Int32 long[long=2];
|
|
} SYNTH9;
|