Fixed another instance of netcdf_par.h being included before netcdf.h

This commit is contained in:
Ward Fisher 2019-11-04 14:13:51 -07:00
parent 07d157d016
commit 91dfcd0248

View File

@ -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. */