Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
02800575
Commit
02800575
authored
Aug 07, 2013
by
Uwe Schulzweida
Browse files
printGridInfo: update for grid type GENERIC
parent
d5967bc3
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/printinfo.h
View file @
02800575
...
...
@@ -213,9 +213,7 @@ void printGridInfo(int vlistID)
fprintf
(
stdout
,
"%*s"
,
nbyte0
,
""
);
fprintf
(
stdout
,
"%-9s : first = %.9g"
,
yname
,
yfirst
);
if
(
ysize
>
1
)
fprintf
(
stdout
,
" last = %.9g"
,
ylast
);
if
(
IS_NOT_EQUAL
(
yinc
,
0
)
&&
(
gridtype
==
GRID_LONLAT
||
gridtype
==
GRID_SINUSOIDAL
||
gridtype
==
GRID_LCC2
||
gridtype
==
GRID_LAEA
)
)
if
(
IS_NOT_EQUAL
(
yinc
,
0
)
&&
gridtype
!=
GRID_GAUSSIAN
&&
gridtype
!=
GRID_GAUSSIAN_REDUCED
)
fprintf
(
stdout
,
" inc = %.9g"
,
yinc
);
fprintf
(
stdout
,
" %s"
,
yunits
);
fprintf
(
stdout
,
"
\n
"
);
...
...
Write
Preview
Markdown
is supported
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