This website requires JavaScript.
Explore
Help
Sign In
mirror
/
netcdf-c
Watch
2
Star
0
Fork
0
You've already forked netcdf-c
mirror of
https://github.com/Unidata/netcdf-c.git
synced
2024-12-27 08:49:16 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
be0cbfdbbe
netcdf-c
/
ncdap_test
/
testdata3
/
synth9.dods
8 lines
108 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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-16 04:03:59 +08:00
Dataset {
Sequence {
Sequence {
Float32 v4;
} Q2;
} Q1;
re: https://github.com/Unidata/netcdf-c/issues/117 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.
2015-07-06 09:26:01 +08:00
} SYNTH9;
Reference in New Issue
Copy Permalink