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
b86289ac
Commit
b86289ac
authored
Oct 15, 2012
by
Uwe Schulzweida
Browse files
pio.h remove line 'typedef int MPI_Comm;'
parent
c82441b0
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
b86289ac
...
...
@@ -3,6 +3,10 @@
* Version 1.5.8 released
* using CGRIBEX library version 1.5.5
2012-10-15 Uwe Schulzweida <Uwe.Schulzweida@zmaw.de>
* pio.h remove line 'typedef int MPI_Comm;' [Bug #2882]
2012-09-21 Uwe Schulzweida <Uwe.Schulzweida@zmaw.de>
* vlistInqZaxis: use zaxisGetIndexList() to get global zaxisIDs (bug fix)
...
...
src/pio.h
View file @
b86289ac
...
...
@@ -16,8 +16,6 @@ int pioFileOpenW ( const char* );
int
pioFileClose
(
int
);
size_t
pioFileWrite
(
int
,
int
,
const
void
*
,
size_t
);
#else
typedef
int
MPI_Comm
;
#endif
#endif
...
...
src/stream_grb.c
View file @
b86289ac
...
...
@@ -14,12 +14,10 @@
#include
"cgribex.h"
/* gribZip gribGetZip gribGinfo */
#include
"gribapi.h"
/* begin deike */
#ifdef USE_MPI
#include
"pio.h"
#include
"pio_comm.h"
#endif
/* end deike */
int
grib1ltypeToZaxisType
(
int
grib_ltype
)
...
...
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