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
33624f8f
Commit
33624f8f
authored
Jan 21, 2020
by
Uwe Schulzweida
Browse files
printGridInfoKernel: replace truncation= by T.
parent
7e71e5b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/printinfo.c
View file @
33624f8f
...
...
@@ -327,13 +327,13 @@ printGridInfoKernel(int gridID, int index, bool lproj)
}
else
if
(
gridtype
==
GRID_SPECTRAL
)
{
fprintf
(
stdout
,
"points=%zu nsp=%zu
truncation=
%d"
,
gridsize
,
gridsize
/
2
,
trunc
);
fprintf
(
stdout
,
"points=%zu nsp=%zu
T
%d"
,
gridsize
,
gridsize
/
2
,
trunc
);
if
(
gridInqComplexPacking
(
gridID
))
fprintf
(
stdout
,
" complexPacking"
);
fprintf
(
stdout
,
"
\n
"
);
}
else
if
(
gridtype
==
GRID_FOURIER
)
{
fprintf
(
stdout
,
"points=%zu nfc=%zu
truncation=
%d
\n
"
,
gridsize
,
gridsize
/
2
,
trunc
);
fprintf
(
stdout
,
"points=%zu nfc=%zu
T
%d
\n
"
,
gridsize
,
gridsize
/
2
,
trunc
);
}
else
if
(
gridtype
==
GRID_GME
)
{
...
...
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