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
423ade0b
Commit
423ade0b
authored
Sep 29, 2017
by
Uwe Schulzweida
Browse files
printinfo.h update.
parent
64ab01e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/printinfo.h
View file @
423ade0b
...
...
@@ -262,7 +262,7 @@ void printGridInfoKernel(int gridID, int index, bool lproj)
size_t
ysize
=
gridInqYsize
(
gridID
);
size_t
xysize
=
xsize
*
ysize
;
// int prec = gridInq
Prec
(gridID);
// int prec = gridInq
Datatype
(gridID);
// int dig = (prec == CDI_DATATYPE_FLT64) ? 15 : 7;
int
dig
=
7
;
#ifdef CDO
...
...
@@ -462,7 +462,7 @@ void printZaxisInfo(int vlistID)
int
zaxistype
=
zaxisInqType
(
zaxisID
);
int
ltype
=
zaxisInqLtype
(
zaxisID
);
int
levelsize
=
zaxisInqSize
(
zaxisID
);
// int prec = zaxisInq
Prec
(zaxisID);
// int prec = zaxisInq
Datatype
(zaxisID);
// int dig = (prec == CDI_DATATYPE_FLT64) ? 15 : 7;
int
dig
=
7
;
#ifdef CDO
...
...
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