Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
e202715b
Commit
e202715b
authored
Jul 06, 2016
by
Uwe Schulzweida
Browse files
Renamed scan_global_attributes() to cdf_scan_global_attr().
parent
17f4cc28
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_cdf_i.c
View file @
e202715b
...
...
@@ -3126,7 +3126,7 @@ void cdf_define_all_vars(stream_t *streamptr, int vlistID, int instID, int model
}
static
void
scan_global_attr
ibutes
(
int
fileID
,
int
vlistID
,
stream_t
*
streamptr
,
int
ngatts
,
int
*
instID
,
int
*
modelID
,
int
*
ucla_les
,
unsigned
char
*
uuidOfHGrid
,
unsigned
char
*
uuidOfVGrid
,
char
*
gridfile
,
int
*
number_of_grid_used
)
void
cdf_
scan_global_attr
(
int
fileID
,
int
vlistID
,
stream_t
*
streamptr
,
int
ngatts
,
int
*
instID
,
int
*
modelID
,
int
*
ucla_les
,
unsigned
char
*
uuidOfHGrid
,
unsigned
char
*
uuidOfVGrid
,
char
*
gridfile
,
int
*
number_of_grid_used
)
{
nc_type
xtype
;
size_t
attlen
;
...
...
@@ -3513,8 +3513,8 @@ int cdfInqContents(stream_t *streamptr)
}
/* scan global attributes */
scan_global_attr
ibutes
(
fileID
,
vlistID
,
streamptr
,
ngatts
,
&
instID
,
&
modelID
,
&
ucla_les
,
uuidOfHGrid
,
uuidOfVGrid
,
gridfile
,
&
number_of_grid_used
);
cdf_
scan_global_attr
(
fileID
,
vlistID
,
streamptr
,
ngatts
,
&
instID
,
&
modelID
,
&
ucla_les
,
uuidOfHGrid
,
uuidOfVGrid
,
gridfile
,
&
number_of_grid_used
);
/* find time dim */
if
(
unlimdimid
>=
0
)
...
...
Write
Preview
Supports
Markdown
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