mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-03-19 17:30:27 +08:00
Forgot to check-in ncgen/nc_iter.c
This commit is contained in:
parent
c50b8c29e2
commit
0fc1e99269
4
INSTALL
4
INSTALL
@ -248,3 +248,7 @@ For example, this works for linking an application named myapp.c with
|
||||
netCDF-4 libraries:
|
||||
|
||||
cc -o myapp myapp.c `nc-config --cflags --libs`
|
||||
|
||||
Building on Windows
|
||||
*******************
|
||||
Refer to the document COMPILE_CMake.txt
|
||||
|
@ -5,7 +5,7 @@
|
||||
*********************************************************************/
|
||||
|
||||
#include "includes.h"
|
||||
#include "nciter.h"
|
||||
#include "nc_iter.h"
|
||||
|
||||
|
||||
#define CHECK(stat,f) if(stat != NC_NOERR) {check(stat,#f,__FILE__,__LINE__);} else {}
|
Loading…
x
Reference in New Issue
Block a user