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
1bf0c93b
Commit
1bf0c93b
authored
Feb 22, 2010
by
Uwe Schulzweida
Browse files
gridPrint: added complexpacking
parent
0a4b043c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/grid.c
View file @
1bf0c93b
...
...
@@ -3206,6 +3206,7 @@ void gridPrint(int gridID, int opt)
case
GRID_SPECTRAL
:
{
fprintf
(
fp
,
"truncation = %d
\n
"
,
trunc
);
fprintf
(
fp
,
"complexpacking = %d
\n
"
,
gridInqComplexPacking
(
gridID
));
break
;
}
case
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