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
70499aaa
Commit
70499aaa
authored
Dec 13, 2012
by
Thomas Jahns
🤸
Browse files
Rename function.
parent
fe9c92fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/pio_server.c
View file @
70499aaa
...
...
@@ -325,8 +325,8 @@ void readGetBuffers ( int tsID, int vdate, int vtime )
/************************************************************************/
static
void
getFlush
Buffer
(
int
modelID
)
static
void
clearModelWin
Buffer
(
int
modelID
)
{
int
nProcsModel
=
commInqNProcsModel
();
...
...
@@ -361,7 +361,7 @@ void getTimeStepData ( int tsID, int vdate, int vtime )
xassert
(
attrFound
);
for
(
modelID
=
0
;
modelID
<
nProcsModel
;
modelID
++
)
{
getFlush
Buffer
(
modelID
);
clearModelWin
Buffer
(
modelID
);
xdebug
(
"modelID=%d, nProcsModel=%d, rxWin[%d].size=%zu,"
" getWin=%p, sizeof(int)=%u"
,
modelID
,
nProcsModel
,
modelID
,
rxWin
[
modelID
].
size
,
...
...
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