Last change
on this file since 5259 was
5259,
checked in by jack, 17 years ago
|
More preparation for anugavis height quantity support: now retrieves the number of points from the NetCDF file.
|
File size:
456 bytes
|
Line | |
---|
1 | #ifndef ANUGAVIS_ERROR_H |
---|
2 | #define ANUGAVIS_ERROR_H |
---|
3 | |
---|
4 | /* Set the error message with a printf-style format string. |
---|
5 | */ |
---|
6 | void AnugaVis_SetError(const char *format, ...); |
---|
7 | |
---|
8 | /* Report a SDL error. |
---|
9 | */ |
---|
10 | void AnugaVis_SDLError(void); |
---|
11 | |
---|
12 | /* Report a NetCDF error. |
---|
13 | */ |
---|
14 | void AnugaVis_NetCDFError(int ncerr); |
---|
15 | |
---|
16 | /* Get detailed error information. The returned string should not be |
---|
17 | * freed by the caller. |
---|
18 | */ |
---|
19 | extern char* AnugaVis_GetError(void); |
---|
20 | |
---|
21 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.