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
537fe9ef
Commit
537fe9ef
authored
Mar 15, 2019
by
Uwe Schulzweida
Browse files
gridInqParamLCC: set gridtype to GRID_PROJECTION.
parent
c6c0529a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/grid.c
View file @
537fe9ef
...
...
@@ -3878,6 +3878,8 @@ void gridDefParamLCC(int gridID, double missval, double lon_0, double lat_0, dou
grid_t
*
gridptr
=
grid_to_pointer
(
gridID
);
gridptr
->
projtype
=
CDI_PROJ_LCC
;
if
(
gridptr
->
type
!=
GRID_PROJECTION
)
gridptr
->
type
=
GRID_PROJECTION
;
gridVerifyProj
(
gridID
);
}
...
...
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