source:
anuga_work/development/anugavis/src/netcdf_util.h
@
5685
Last change on this file since 5685 was 5264, checked in by , 17 years ago | |
---|---|
File size: 356 bytes |
Line | |
---|---|
1 | #ifndef NETCDF_UTIL_H |
2 | #define NETCDF_UTIL_H |
3 | |
4 | /* These functions call AnugaVis_NetCDFError() if things go wrong. */ |
5 | extern int nc_inq_dimlen_by_name(int ncid, const char *name, size_t *size); |
6 | extern int nc_get_var_float_by_name(int ncid, const char *name, float *fp); |
7 | extern int nc_get_var_int_by_name(int ncid, const char *name, int *ip); |
8 | |
9 | #endif |
Note: See TracBrowser
for help on using the repository browser.