mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-06 15:34:44 +08:00
1abb2ecb56
Problem was that the NC_create code was not checking for the NC_CLASSIC_MODEL mode flag in deciding what dispatch table to use. This meant that it was then defaulting to use the default format, and if that was changed to e.g. NC_FORMAT_NETCDF4, then it would try to create a netcdf-4 format file, even is NC_CLASSIC_MODEL mode flag was set.
8 lines
108 B
Plaintext
8 lines
108 B
Plaintext
Dataset {
|
|
Sequence {
|
|
Sequence {
|
|
Float32 v4;
|
|
} Q2;
|
|
} Q1;
|
|
} SYNTH8;
|