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
1696cc61
Commit
1696cc61
authored
Aug 15, 2013
by
Uwe Schulzweida
Browse files
printinfo.h: removed newline
parent
37d3a775
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/printinfo.h
View file @
1696cc61
...
...
@@ -287,7 +287,7 @@ void printGridInfo(int vlistID)
fprintf
(
stdout
,
"size : dim = %d"
,
gridsize
);
if
(
gridtype
==
GRID_UNSTRUCTURED
&&
gridInqNvertex
(
gridID
)
>
0
)
fprintf
(
stdout
,
" nvertex = %d
\n
"
,
gridInqNvertex
(
gridID
));
fprintf
(
stdout
,
" nvertex = %d"
,
gridInqNvertex
(
gridID
));
fprintf
(
stdout
,
"
\n
"
);
...
...
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