Specific fatal error indicating that the index of a species is out of range. More...
#include <Constituents.h>


Public Member Functions | |
| SpeciesRangeError (std::string func, int k, int kmax) | |
| Constructor. | |
Specific fatal error indicating that the index of a species is out of range.
Definition at line 38 of file Constituents.h.
| SpeciesRangeError | ( | std::string | func, | |
| int | k, | |||
| int | kmax | |||
| ) | [inline] |
Constructor.
| func | Function where the error occurred. | |
| k | current species index value | |
| kmax | Maximum permissible species index value. The minimum permissible species index value is assumed to be 0 |
Definition at line 48 of file Constituents.h.
1.6.3