mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-17 16:50:18 +08:00
changed macro so it won't conflict with user macros
This commit is contained in:
parent
6325187e26
commit
fc4f558aa0
@ -3,7 +3,7 @@ Entries are in reverse chronological order (most recent first).
|
||||
|
||||
VERSION COMMENTS
|
||||
------- --------
|
||||
4.1.2-beta2 2010-11-??
|
||||
4.1.2-beta2 2011-01-11
|
||||
Rewrite netCDF-4 attribute put code for a large
|
||||
speedup when writing lots of attributes.
|
||||
|
||||
|
@ -155,7 +155,7 @@ struct nc_vlen_t;
|
||||
struct NC;
|
||||
|
||||
/* WARNING: this must match libsrc4/netcdf.h */
|
||||
#ifndef MPI_INCLUDED
|
||||
#ifndef USE_PARALLEL
|
||||
#ifndef MPI_Comm
|
||||
#define MPI_Comm int
|
||||
#define MPI_Info int
|
||||
|
Loading…
Reference in New Issue
Block a user