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
f53677f6
Commit
f53677f6
authored
Jan 06, 2012
by
Uwe Schulzweida
Browse files
gridPrint: update for np
parent
980b851d
Changes
1
Show whitespace changes
Inline
Side-by-side
src/grid.c
View file @
f53677f6
...
...
@@ -3300,6 +3300,8 @@ void gridPrint(int gridID, int opt)
case
GRID_CURVILINEAR
:
case
GRID_UNSTRUCTURED
:
{
if
(
type
==
GRID_GAUSSIAN
)
fprintf
(
fp
,
"np = %d
\n
"
,
gridptr
->
np
);
if
(
type
==
GRID_CURVILINEAR
||
type
==
GRID_UNSTRUCTURED
)
{
xdim
=
gridsize
;
...
...
Write
Preview
Supports
Markdown
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