Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
a3e0c913
Commit
a3e0c913
authored
Feb 25, 2020
by
Uwe Schulzweida
Browse files
NetCDF: treats global history attribute as a normal attribute.
parent
4257a4c7
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
a3e0c913
2020-02-25 Uwe Schulzweida
* Added function cdiInqAttLen()
* NetCDF: treats global history attribute as a normal attribute
2020-02-20 Uwe Schulzweida
...
...
src/stream_cdf_i.c
View file @
a3e0c913
...
...
@@ -3409,11 +3409,7 @@ void cdf_scan_global_attr(int fileID, int vlistID, stream_t *streamptr, int ngat
if
(
attlen
>
0
&&
attstring
[
0
]
!=
0
)
{
if
(
strIsEqual
(
attname
,
"history"
)
)
{
streamptr
->
historyID
=
iatt
;
}
else
if
(
strIsEqual
(
attname
,
"institution"
)
)
if
(
strIsEqual
(
attname
,
"institution"
)
)
{
*
instID
=
institutInq
(
0
,
0
,
NULL
,
attstring
);
if
(
*
instID
==
CDI_UNDEFID
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment