ODEBND
|
Structure for setting up storing the solver exceptions.
#include <odeslv_gsl.hpp>
Public Types | |
enum | TYPE { UNDEF = -33 } |
Enumeration type for NLPSBB 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::ODESLV_GSL::Exceptions::TYPE |