ODEBND
|
Structure for setting up storing the solver exceptions.
#include <odebnd_gsl.hpp>
Public Types | |
enum | TYPE { REINIT = 1, UNDEF = -33 } |
Enumeration type for ODEBND_GSL exception handling. More... | |
Public Member Functions | |
Exceptions (TYPE ierr) | |
Constructor for error ierr | |
int | ierr () |
Inline function returning the error flag. | |
std::string | what () |
Inline function returning the error description. |
enum mc::ODEBND_GSL::Exceptions::TYPE |