source:
anuga_work/development/anugavis/src/netcdf_util.h
@
6842
Last change on this file since 6842 was 5264, checked in by , 17 years ago | |
---|---|
File size: 356 bytes |
Rev | Line | |
---|---|---|
[5263] | 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); | |
[5264] | 7 | extern int nc_get_var_int_by_name(int ncid, const char *name, int *ip); |
[5263] | 8 | |
9 | #endif |
Note: See TracBrowser
for help on using the repository browser.