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
c4a18d2e
Commit
c4a18d2e
authored
Jul 05, 2016
by
Uwe Schulzweida
Browse files
printinfo.h update.
parent
c0997ad5
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/printinfo.h
View file @
c4a18d2e
...
...
@@ -153,9 +153,10 @@ void printGridInfo(int vlistID)
int
xsize
=
gridInqXsize
(
gridID
);
int
ysize
=
gridInqYsize
(
gridID
);
int
xysize
=
xsize
*
ysize
;
int
prec
=
gridInqPrec
(
gridID
);
//
int prec = gridInqPrec(gridID);
int
dig
=
(
prec
==
DATATYPE_FLT64
)
?
15
:
7
;
// int dig = (prec == DATATYPE_FLT64) ? 15 : 7;
int
dig
=
7
;
gridInqXname
(
gridID
,
xname
);
gridInqYname
(
gridID
,
yname
);
...
...
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