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
cdo
Commits
e02e0c04
Commit
e02e0c04
authored
Nov 19, 2017
by
Uwe Schulzweida
Browse files
remaplib: call expand_curvilinear_grid() for CDI_PROJ_RLL.
parent
00e3ddd6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/remaplib.cc
View file @
e02e0c04
...
...
@@ -447,13 +447,6 @@ int expand_lonlat_grid(int gridID)
Free
(
xvals
);
Free
(
yvals
);
if
(
gridtype
==
GRID_PROJECTION
&&
gridInqProjType
(
gridID
)
==
CDI_PROJ_RLL
)
{
double
xpole
,
ypole
,
angle
;
gridInqParamRLL
(
gridID
,
&
xpole
,
&
ypole
,
&
angle
);
gridDefParamRLL
(
gridIDnew
,
xpole
,
ypole
,
angle
);
}
return
gridIDnew
;
}
...
...
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