Array size error. More...
#include <ctexceptions.h>


Public Member Functions | |
| ArraySizeError (std::string procedure, int sz, int reqd) | |
| Constructor. | |
Array size error.
This error is thrown if a supplied length to a vector supplied to Cantera is too small.
Definition at line 110 of file ctexceptions.h.
| ArraySizeError | ( | std::string | procedure, | |
| int | sz, | |||
| int | reqd | |||
| ) |
Constructor.
The length needed is supplied by the argument, reqd, and the length supplied is given by the argument sz.
1.6.3