netcdf-c/ncdap_test/testdata3/synth9.das
Dennis Heimbigner 1abb2ecb56 Fix jira NCF-243
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.
2013-03-15 20:03:59 +00:00

8 lines
73 B
Plaintext

Attributes {
S1 {
v1 {
Int32 a1 32;
}
}
}