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
cdo
Commits
cbc0e9f3
Commit
cbc0e9f3
authored
Aug 01, 2016
by
Uwe Schulzweida
Browse files
printinfo.h update.
parent
9fb3716f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/printinfo.h
View file @
cbc0e9f3
...
...
@@ -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
.
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