Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NetCDF-c Github issue #178 #179

Merged
merged 1 commit into from
Dec 28, 2015
Merged

NetCDF-c Github issue #178 #179

merged 1 commit into from
Dec 28, 2015

Conversation

DennisHeimbigner
Copy link
Collaborator

NetCDF-c Github issue #178 / esupport BNL-694121

The ncgen man pages says:

Note also that the words variable',dimension', data',group', and
`types' are legal CDL names, but be careful that there is a space be-
tween them and any following colon character when used as a variable
name. This is mostly an issue with attribute declarations.

Ncdump does not obey this rule.
The fix is to modify ncdump/ncdump.c to check if a variable name is
a keyword.

Also added test case.

NetCDF-c Github issue #178 / esupport BNL-694121

The ncgen man pages says:
> Note also that the words variable',dimension', data',group', and
> `types' are legal CDL names, but be careful that there is a space be-
> tween them and any following colon character when used as a variable
> name. This is mostly an issue with attribute declarations.

Ncdump does not obey this rule.
The fix is to modify ncdump/ncdump.c to check if a variable name is
a keyword.

Also added test case.
@WardF WardF merged commit 8e6beda into master Dec 28, 2015
@DennisHeimbigner DennisHeimbigner deleted the gh178 branch January 4, 2016 23:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants