|
GM2Calc 2.3.1
|
contains declarations of GM2Calc error codes for the C interface More...
Go to the source code of this file.
Enumerations | |
| enum | gm2calc_error { gm2calc_NoError = 0 , gm2calc_InvalidInput , gm2calc_PhysicalProblem , gm2calc_UnknownError } |
| error codes More... | |
Functions | |
| const char * | gm2calc_error_str (gm2calc_error) |
| translate error codes into a string | |
contains declarations of GM2Calc error codes for the C interface
Definition in file gm2_error.h.
| enum gm2calc_error |
error codes
| Enumerator | |
|---|---|
| gm2calc_NoError | |
| gm2calc_InvalidInput | |
| gm2calc_PhysicalProblem | |
| gm2calc_UnknownError | |
Definition at line 32 of file gm2_error.h.
| const char * gm2calc_error_str | ( | gm2calc_error | error | ) |
translate error codes into a string
Definition at line 24 of file gm2_error_c.cpp.