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
f903c72d
Commit
f903c72d
authored
Aug 01, 2016
by
Uwe Schulzweida
Browse files
Check grid type.
parent
4f8b46eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/printinfo.h
View file @
f903c72d
...
...
@@ -348,7 +348,7 @@ void printGridInfoKernel(int gridID, int index, bool lproj)
print_xvals
(
gridID
,
dig
);
print_yvals
(
gridID
,
dig
);
if
(
gridIsRotated
(
gridID
)
)
if
(
gridtype
==
GRID_LONLAT
&&
gridIsRotated
(
gridID
)
)
{
double
lonpole
=
gridInqXpole
(
gridID
);
double
latpole
=
gridInqYpole
(
gridID
);
...
...
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