source: anuga_work/development/anugavis/src/netcdf_util.h @ 5587

Last change on this file since 5587 was 5264, checked in by jack, 16 years ago

AnugaVis? loads volume data from NetCDF file.

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. */
5extern int nc_inq_dimlen_by_name(int ncid, const char *name, size_t *size);
6extern int nc_get_var_float_by_name(int ncid, const char *name, float *fp);
7extern 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.