|
MOOSE - Multiscale Object Oriented Simulation Environment
|
#include <RateLookup.h>
Collaboration diagram for LookupRow:Public Attributes | |
| double | fraction |
| double * | row |
| Pointer to the first column on a row. More... | |
Definition at line 13 of file RateLookup.h.
| double LookupRow::fraction |
Fraction of V or Ca over and above the division boundary for interpolation.
Definition at line 16 of file RateLookup.h.
Referenced by LookupTable::lookup(), and LookupTable::row().
| double* LookupRow::row |
Pointer to the first column on a row.
Definition at line 15 of file RateLookup.h.
Referenced by HSolveActive::advanceChannels(), LookupTable::lookup(), and LookupTable::row().