|
GridFire v0.7.1_rc2
General Purpose Nuclear Network
|
Detailed bounds information for a BOUNDS_ERROR. More...
#include <weak_types.h>
Public Attributes | |
| TableAxes | axis |
| Axis on which the error occurred. | |
| double | axisMinValue |
| Minimum tabulated value on the axis. | |
| double | axisMaxValue |
| Maximum tabulated value on the axis. | |
| double | queryValue |
| Requested value. | |
Detailed bounds information for a BOUNDS_ERROR.
| TableAxes gridfire::rates::weak::BoundsErrorInfo::axis |
Axis on which the error occurred.
| double gridfire::rates::weak::BoundsErrorInfo::axisMaxValue |
Maximum tabulated value on the axis.
| double gridfire::rates::weak::BoundsErrorInfo::axisMinValue |
Minimum tabulated value on the axis.
| double gridfire::rates::weak::BoundsErrorInfo::queryValue |
Requested value.