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
d2775d76
Commit
d2775d76
authored
Jun 24, 2011
by
Deike Kleberg
Browse files
minimal
parent
6bbef50d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/grid.c
View file @
d2775d76
...
...
@@ -51,11 +51,11 @@ char *Grids[] = {
static
int
gridCompareP
(
void
*
gridptr1
,
void
*
gridptr2
);
static
void
gridDestroyP
(
void
*
gridptr
);
static
void
gridPrintP
(
void
*
gridptr
,
FILE
*
fp
);
static
int
gridTxCode
(
void
);
#ifdef USE_MPI
static
int
gridGetPackSize
(
void
*
gridptr
,
MPI_Comm
comm
);
static
void
gridPack
(
void
*
gridptr
,
void
*
buff
,
int
size
,
int
*
position
,
MPI_Comm
comm
);
static
int
gridTxCode
(
void
);
#endif
resOps
gridOps
=
{
gridCompareP
,
gridDestroyP
,
gridPrintP
...
...
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