mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-30 16:10:44 +08:00
Fixed another instance of netcdf_par.h being included before netcdf.h
This commit is contained in:
parent
07d157d016
commit
91dfcd0248
@ -17,11 +17,12 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include "netcdf.h"
|
||||
#include "nc_logging.h"
|
||||
#ifdef USE_PARALLEL
|
||||
#include "netcdf_par.h"
|
||||
#endif
|
||||
#include "netcdf.h"
|
||||
|
||||
|
||||
/** NC_MAX_DIMS for tests. Allows different NC_MAX_DIMS values
|
||||
* without breaking this test with a heap or stack overflow. */
|
||||
|
Loading…
Reference in New Issue
Block a user