Skip to content
GitLab
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
4d7c3253
Commit
4d7c3253
authored
Jul 16, 2016
by
Uwe Schulzweida
Browse files
Added projID to grid.
parent
47afe0b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_cdf_i.c
View file @
4d7c3253
...
...
@@ -2646,7 +2646,7 @@ void cdf_define_all_grids(stream_t *streamptr, int vlistID, ncdim_t *ncdims, int
{
projAdded
=
cdiVlistAddGridIfNew
(
vlistID
,
proj
,
2
);
int
projID
=
projAdded
.
Id
;
//
grid->proj = projID;
grid
->
proj
=
projID
;
printf
(
"proj size = %d type %d
\n
"
,
gridInqSize
(
projID
),
gridInqType
(
projID
));
int
ncid
=
ncvars
[
gmapvarid
].
ncid
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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